Changeset 41010fb in orbit
- Timestamp:
- 12/11/13 17:43:20 (8 years ago)
- Branches:
- master, Servo
- Children:
- 2456fbd
- Parents:
- 35209ac
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/src/info/puzzlebox/orbit/FragmentTabFlightEmotiv.java
r35209ac r41010fb 421 421 422 422 423 // Update Cognitiv and Power progress bars 424 // and then trigger a flight command (if appropriate) 423 425 progressBarCognitiv.setProgress((int) (_currentPower * 100)); 426 ((OrbitTabActivity)getActivity()).updatePower(); 424 427 425 428 … … 456 459 text.append("Action : " + CurrentAction.getText().toString() + " ; Power : " +String.valueOf(_currentPower) + "\n"); 457 460 } 461 458 462 } else if (eventType == EE_Event_t.EE_CognitivEvent.ToInt()) { 459 463 int cogType = Edk.EECognitivEventGetType(); … … 1041 1045 if (cognitivSeekValue > 0) { 1042 1046 for (int i = cognitivSeekValue; i < thresholdValuesCognitiv.length; i++) { 1047 1043 1048 /** 1044 1049 * Slider @ 70
Note: See TracChangeset
for help on using the changeset viewer.