Searched refs:mWatchLongPress (Results 1 – 1 of 1) sorted by relevance
88 private Runnable mWatchLongPress; field in SwipeHelper259 if (mWatchLongPress != null) { in cancelLongPress()260 mHandler.removeCallbacks(mWatchLongPress); in cancelLongPress()261 mWatchLongPress = null; in cancelLongPress()291 if (mWatchLongPress == null) { in onInterceptTouchEvent()292 mWatchLongPress = new Runnable() { in onInterceptTouchEvent()311 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout); in onInterceptTouchEvent()