/external/replicaisland/src/com/replica/replicaisland/ |
TheSourceComponent.java | 30 private float mTimer; 48 mTimer = 0.0f; 67 mTimer = SHAKE_TIME; 75 mTimer = DIE_TIME; 86 mTimer -= timeDelta; 117 if (mTimer - timeDelta <= 0.0f) { 118 mTimer = 0.0f; 128 } else if (mTimer > 0) { 130 float delta = (float)Math.sin(mTimer * SHAKE_SCALE); 133 if (mTimer - timeDelta <= 0.0f) [all...] |
PlayerComponent.java | 66 private float mTimer; 101 mTimer = 0.0f; 378 mTimer = -1.0f; 386 if (mTimer < 0.0f) { 388 mTimer = time; 389 } else if (time - mTimer > STOMP_AIR_HANG_TIME) { 432 mTimer = time; 439 if (time - mTimer > HIT_REACT_TIME) { 446 mTimer = time; 463 if (parentObject.getCurrentAction() == ActionType.DEATH && mTimer > 0.0f) [all...] |
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
RSTestCore.java | 53 private Timer mTimer; 113 mTimer = new Timer(); 114 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); 139 if (mTimer != null) { 140 mTimer.cancel(); 141 mTimer.purge(); 142 mTimer = null; 164 if (mTimer != null) { 165 mTimer.cancel(); 166 mTimer.purge() [all...] |
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
RSTestCore.java | 53 private Timer mTimer; 117 mTimer = new Timer(); 118 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); 143 if (mTimer != null) { 144 mTimer.cancel(); 145 mTimer.purge(); 146 mTimer = null; 168 if (mTimer != null) { 169 mTimer.cancel(); 170 mTimer.purge() [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServRespTestCase.java | 34 private Timer mTimer; 42 mTimer = new Timer(true); 92 mTimer.schedule(new TimerTask() { 116 if (mTimer != null) { 117 mTimer.cancel();
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
CountdownTimerPopup.java | 41 private ListPreference mTimer; 62 mTimer = timer; 65 mTitle.setText(mTimer.getTitle()); 68 CharSequence[] entries = mTimer.getEntryValues(); 102 int index = mTimer.findIndexOfValue(mTimer.getValue()); 105 mTimer.print(); 138 mTimer.setValueIndex(mNumberSpinner.getValue()); 141 mListener.onListPrefChanged(mTimer);
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
RSTestCore.java | 50 private Timer mTimer; 131 mTimer = new Timer(); 132 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); 164 if (mTimer != null) { 165 mTimer.cancel(); 166 mTimer.purge(); 167 mTimer = null; 182 if (mTimer != null) { 183 mTimer.cancel(); 184 mTimer.purge() [all...] |
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
RSTestCore.java | 53 private Timer mTimer; 145 mTimer = new Timer(); 146 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD); 171 if (mTimer != null) { 172 mTimer.cancel(); 173 mTimer.purge(); 174 mTimer = null; 196 if (mTimer != null) { 197 mTimer.cancel(); 198 mTimer.purge() [all...] |
/frameworks/base/services/java/com/android/server/location/ |
LocationBasedCountryDetector.java | 55 protected Timer mTimer; 183 mTimer = new Timer(); 184 mTimer.schedule(new TimerTask() { 187 mTimer = null; 212 if (mTimer != null) { 213 mTimer.cancel(); 214 mTimer = null;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/ |
RequesterTestActivity.java | 87 private Timer mTimer; 148 if (mTimer != null) { 149 mTimer.cancel(); 150 mTimer = null; 218 if (mTimer == null) { 219 mTimer = new Timer(true); 221 mTimer.schedule(new TimerTask() {
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Throttle.java | 47 private final Timer mTimer; 93 mTimer = timer; 143 mTimer.schedule(mRunningTimerTask, mTimeout);
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
SyncRunner.java | 39 private StopWatchMap mTimer = null; 76 mTimer = new StopWatchMap(); 211 mTimer.start(filter.getName()); 213 mTimer.stop(filter.getName());
|
ShaderProgram.java | 41 private StopWatchMap mTimer = null; 44 mTimer = new StopWatchMap(); 89 if (mTimer.LOG_MFF_RUNNING_TIMES) { 90 mTimer.start("glFinish"); 92 mTimer.stop("glFinish"); 126 if (mTimer.LOG_MFF_RUNNING_TIMES) {
|
GLFrame.java | 33 private static StopWatchMap mTimer = null; 36 if (mTimer == null) { 37 mTimer = new StopWatchMap(); 39 return mTimer;
|
/packages/services/Telephony/src/com/android/phone/ |
EmergencyCallbackModeService.java | 57 private CountDownTimer mTimer = null; 107 mTimer.cancel(); 145 mTimer = new CountDownTimer(ecmTimeout, 1000) { 204 mTimer.cancel();
|
EmergencyCallbackModeExitDialog.java | 66 CountDownTimer mTimer = null; 183 mTimer = new CountDownTimer(mEcmTimeout, 1000) { 219 mTimer.cancel();
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WpsDialog.java | 54 private Timer mTimer; 167 mTimer = new Timer(false); 168 mTimer.schedule(new TimerTask() { 199 if (mTimer != null) { 200 mTimer.cancel();
|
/packages/apps/Email/tests/src/com/android/email/ |
ThrottleTest.java | 37 private final MockTimer mTimer = new MockTimer(mClock); 39 MIN_TIMEOUT, MAX_TIMEOUT, mClock, mTimer); 46 mTimer.runExpiredTasks();
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
CandidateView.java | 221 private PressTimer mTimer = new PressTimer(); 300 mTimer.removeTimer(); 645 mTimer.removeTimer(); 667 mTimer.startTimer(BalloonHint.TIME_DELAY_SHOW, mPageNo, 678 && (clickedItemInPage != mTimer.getActiveCandOfPageToShow() || mPageNo != mTimer 681 mTimer.startTimer(BalloonHint.TIME_DELAY_SHOW, mPageNo, 723 mTimer.removeTimer();
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
RgbPlayerActivity.java | 88 private Timer mTimer; 151 mTimer = new Timer(); 164 mTimer.scheduleAtFixedRate(mImageTask, 0, 1000 / mFrameRate);
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipService.java | 73 private SipWakeupTimer mTimer; 120 mTimer = new SipWakeupTimer(context, mExecutor); 467 localProfile.getPassword(), mTimer, mMyWakeLock); 668 mTimer.cancel(this); 748 mTimer.cancel(this); 755 mTimer.cancel(this); 756 mTimer.set(interval * 1000, this); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
EmojiPalettesView.java | [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
TimerFragment.java | 99 public TimerObj mTimer; 103 mTimer = t; 762 final TimerObj t = clickAction.mTimer; 773 onPlusOneButtonPressed(clickAction.mTimer); 774 setTimerButtons(clickAction.mTimer); 777 onStopButtonPressed(clickAction.mTimer); 778 setTimerButtons(clickAction.mTimer); [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 228 private Timer mTimer = null; 562 mTimer = new Timer(); 650 mTimer.schedule(mTimerTask, mTaskIntervalInMillis); [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
Vpn.java | [all...] |