Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DCheckLongPressHelper.java28 private int mLongPressTimeout; field in CheckLongPressHelper
45 mLongPressTimeout = ViewConfiguration.getLongPressTimeout(); in CheckLongPressHelper()
57 mView.postDelayed(mPendingCheckForLongPress, mLongPressTimeout); in postCheckForLongPress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java81 private long mLongPressTimeout; field in SwipeHelper
95mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press! in SwipeHelper()
257 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout); in onInterceptTouchEvent()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java1204 private final int mLongPressTimeout;
1233 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
1347 src.postDelayed(mTriggerLongPress, mLongPressTimeout);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DListPopupWindow.java1221 private final int mLongPressTimeout;
1252 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
1351 src.postDelayed(mTriggerLongPress, mLongPressTimeout);
/frameworks/base/media/java/android/media/
DAudioService.java5670 private int mLongPressTimeout; field in AudioService.VolumeController
5678 mLongPressTimeout = Settings.Secure.getIntForUser(cr, in loadSettings()
5689 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()