HomeSort by relevance Sort by last modified time
    Searched refs:mTimer (Results 1 - 25 of 29) sorted by null

1 2

  /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/Gallery2/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;
130 mTimer = new Timer();
131 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
163 if (mTimer != null) {
164 mTimer.cancel();
165 mTimer.purge();
166 mTimer = null;
181 if (mTimer != null) {
182 mTimer.cancel();
183 mTimer.purge()
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
RSTestCore.java 53 private Timer mTimer;
144 mTimer = new Timer();
145 mTimer.schedule(pTask, RS_TIMER_PERIOD, RS_TIMER_PERIOD);
170 if (mTimer != null) {
171 mTimer.cancel();
172 mTimer.purge();
173 mTimer = null;
195 if (mTimer != null) {
196 mTimer.cancel();
197 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;
  /frameworks/base/core/java/android/webkit/
HTML5VideoView.java 73 protected static Timer mTimer;
86 if (mTimer == null)
88 mTimer = new Timer();
89 mTimer.schedule(new TimeupdateTask(mProxy), TIMEUPDATE_PERIOD,
104 if (mTimer != null) {
105 mTimer.purge();
106 mTimer.cancel();
107 mTimer = null;
184 mTimer = null;
HTML5Audio.java 86 private Timer mTimer;
175 if (mTimer != null) {
176 mTimer.schedule(new TimeupdateTask(),
217 if (mTimer != null) {
218 mTimer.cancel();
220 mTimer = new Timer();
316 if (mTimer != null) {
317 mTimer.purge();
  /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/Email/src/com/android/email/
Throttle.java 46 private final Timer mTimer;
91 mTimer = timer;
140 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/apps/Phone/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 34 private final MockTimer mTimer = new MockTimer(mClock);
36 MIN_TIMEOUT, MAX_TIMEOUT, mClock, mTimer);
43 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/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 93 public TimerObj mTimer;
97 mTimer = t;
710 final TimerObj t = clickAction.mTimer;
749 onPlusOneButtonPressed(clickAction.mTimer);
750 setTimerButtons(clickAction.mTimer);
753 onStopButtonPressed(clickAction.mTimer);
754 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...]

Completed in 735 milliseconds

1 2