Searched refs:mWatchLongPress (Results 1 – 1 of 1) sorted by relevance
87 private Runnable mWatchLongPress; field in SwipeHelper257 if (mWatchLongPress != null) { in cancelLongPress()258 mHandler.removeCallbacks(mWatchLongPress); in cancelLongPress()259 mWatchLongPress = null; in cancelLongPress()287 if (mWatchLongPress == null) { in onInterceptTouchEvent()288 mWatchLongPress = new Runnable() { in onInterceptTouchEvent()307 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout); in onInterceptTouchEvent()