Searched refs:mLongPressTimeout (Results 1 – 2 of 2) sorted by relevance
28 private int mLongPressTimeout = 300; field in CheckLongPressHelper62 mLongPressTimeout = longPressTimeout; in setLongPressTimeout()71 mView.postDelayed(mPendingCheckForLongPress, mLongPressTimeout); in postCheckForLongPress()
238 private int mLongPressTimeout = -1; field in ClockFragment.StartScreenSaverListener245 mLongPressTimeout = ViewConfiguration.getLongPressTimeout(); in onTouch()251 mHandler.postDelayed(this, mLongPressTimeout); in onTouch()