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

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

Completed in 1174 milliseconds