Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DKeyButtonView.java129 private final Runnable mCheckLongPress = new Runnable() { field in KeyButtonView
296 removeCallbacks(mCheckLongPress); in onTouchEvent()
297 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout()); in onTouchEvent()
308 removeCallbacks(mCheckLongPress); in onTouchEvent()
316 removeCallbacks(mCheckLongPress); in onTouchEvent()
347 removeCallbacks(mCheckLongPress); in onTouchEvent()