Home
last modified time | relevance | path

Searched refs:mWatchLongPress (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java88 private Runnable mWatchLongPress; field in SwipeHelper
259 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()