Searched refs:mWatchLongPress (Results 1 – 1 of 1) sorted by relevance
80 private Runnable mWatchLongPress; field in SwipeHelper218 if (mWatchLongPress != null) { in removeLongPressCallback()219 mHandler.removeCallbacks(mWatchLongPress); in removeLongPressCallback()220 mWatchLongPress = null; in removeLongPressCallback()241 if (mWatchLongPress == null) { in onInterceptTouchEvent()242 mWatchLongPress = new Runnable() { in onInterceptTouchEvent()257 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout); in onInterceptTouchEvent()