Searched defs:mLongPressTimeout (Results 1 - 4 of 4) sorted by relevance

/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.java1232 private final int mLongPressTimeout; field in class:ListPopupWindow.ForwardingListener
1261 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
1375 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/services/core/java/com/android/server/audio/
H A DAudioService.java5803 private int mLongPressTimeout; field in class:AudioService.VolumeController
5811 mLongPressTimeout = Settings.Secure.getIntForUser(cr,
5825 mNextLongPress = now + mLongPressTimeout;

Completed in 322 milliseconds