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.java87 private Runnable mWatchLongPress; field in SwipeHelper
257 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()