Searched refs:mLongPressTimeout (Results 1 – 5 of 5) sorted by relevance
28 private int mLongPressTimeout; field in CheckLongPressHelper45 mLongPressTimeout = ViewConfiguration.getLongPressTimeout(); in CheckLongPressHelper()57 mView.postDelayed(mPendingCheckForLongPress, mLongPressTimeout); in postCheckForLongPress()
81 private long mLongPressTimeout; field in SwipeHelper95 … mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press! in SwipeHelper()257 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout); in onInterceptTouchEvent()
1204 private final int mLongPressTimeout;1233 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;1347 src.postDelayed(mTriggerLongPress, mLongPressTimeout);
1221 private final int mLongPressTimeout;1252 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;1351 src.postDelayed(mTriggerLongPress, mLongPressTimeout);
5670 private int mLongPressTimeout; field in AudioService.VolumeController5678 mLongPressTimeout = Settings.Secure.getIntForUser(cr, in loadSettings()5689 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()