Searched refs:mLongPressTimeout (Results 1 – 6 of 6) sorted by relevance
42 private final int mLongPressTimeout; field in ForwardingListener68 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2; in ForwardingListener()179 src.postDelayed(mTriggerLongPress, mLongPressTimeout); in onTouchObserved()
111 private final long mLongPressTimeout; field in LegacyLockIconViewController232 mLongPressTimeout = resources.getInteger(R.integer.config_lockIconLongPress); in LegacyLockIconViewController()669 this::onLongPress, mLongPressTimeout); in onTouchEvent()684 this::onLongPress, mLongPressTimeout); in onTouchEvent()
109 private final long mLongPressTimeout; field in SwipeHelper154 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in SwipeHelper()336 mHandler.postDelayed(mPerformLongPress, mLongPressTimeout); in onInterceptTouchEvent()
241 private final int mLongPressTimeout; field in EdgeBackGestureHandler474 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()1086 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()1094 + " " + mLongPressTimeout); in onMotionEvent()
12143 private int mLongPressTimeout; field in AudioService.VolumeController12155 mLongPressTimeout = mSettings.getSecureIntForUser(cr, in loadSettings()12181 && mAudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, mLongPressTimeout)) in suppressAdjustment()12191 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()
67002 Landroid/widget/ForwardingListener;->mLongPressTimeout:I