Searched refs:mWatchLongPress (Results 1 – 1 of 1) sorted by relevance
81 private Runnable mWatchLongPress; field in SwipeHelper246 if (mWatchLongPress != null) { in removeLongPressCallback()247 mHandler.removeCallbacks(mWatchLongPress); in removeLongPressCallback()248 mWatchLongPress = null; in removeLongPressCallback()272 if (mWatchLongPress == null) { in onInterceptTouchEvent()273 mWatchLongPress = new Runnable() { in onInterceptTouchEvent()288 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout); in onInterceptTouchEvent()