Home
last modified time | relevance | path

Searched refs:startTimer (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DBalloonHint.java193 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_SHOW, in delayedShow()
209 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_UPDATE, in delayedUpdate()
225 mBalloonTimer.startTimer(delay, BalloonTimer.ACTION_HIDE, null, -1, in delayedDismiss()
285 public void startTimer(long time, int action, int positionInParent[], in startTimer() method in BalloonHint.BalloonTimer
DCandidateView.java667 mTimer.startTimer(BalloonHint.TIME_DELAY_SHOW, mPageNo,
681 mTimer.startTimer(BalloonHint.TIME_DELAY_SHOW, mPageNo,
722 public void startTimer(long afterMillis, int pageNo, int activeInPage) {
DSoftKeyboardView.java235 mLongPressTimer.startTimer(); in onKeyPress()
314 if (mRepeatForLongPress) longPressTimer.startTimer(); in onKeyPress()
DSkbContainer.java600 public void startTimer() { in startTimer() method in SkbContainer.LongPressTimer