HomeSort by relevance Sort by last modified time
    Searched defs:startTimer (Results 1 - 18 of 18) sorted by null

  /development/samples/training/notify-user/src/com/example/android/pingme/
PingService.java 124 startTimer(mMillis);
135 private void startTimer(int millis) {
  /external/webkit/Source/JavaScriptCore/profiler/
ProfileNode.cpp 73 startTimer();
96 (*currentChild)->startTimer();
278 void ProfileNode::startTimer()
  /external/webkit/Source/WebCore/svg/animation/
SMILTimeContainer.cpp 72 startTimer(0);
122 startTimer(0);
125 void SMILTimeContainer::startTimer(SMILTime fireTime, SMILTime minimumDelay)
313 startTimer(earliersFireTime, animationFrameDelay);
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 193 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_SHOW,
209 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_UPDATE,
225 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_HIDE, null, -1,
285 public void startTimer(long time, int action, int positionInParent[],
SoftKeyboardView.java 235 mLongPressTimer.startTimer();
314 if (mRepeatForLongPress) longPressTimer.startTimer();
SkbContainer.java 600 public void startTimer() {
  /external/llvm/lib/Support/
Timer.cpp 149 void Timer::startTimer() {
163 assert(I != ActiveTimers->end() && "stop but no startTimer?");
  /external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java 106 public void startTimer() {