Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DForwardingListener.java42 private final int mLongPressTimeout; field in ForwardingListener
68 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2; in ForwardingListener()
179 src.postDelayed(mTriggerLongPress, mLongPressTimeout); in onTouchObserved()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DEdgeBackGestureHandler.java57 private final int mLongPressTimeout; field in EdgeBackGestureHandler
96 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()
197 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java212 private final int mLongPressTimeout; field in EdgeBackGestureHandler
339 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()
794 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()
802 + " " + mLongPressTimeout); in onMotionEvent()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java96 private final long mLongPressTimeout; field in SwipeHelper
142 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in SwipeHelper()
325 mHandler.postDelayed(mPerformLongPress, mLongPressTimeout); in onInterceptTouchEvent()
/aosp12/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java9244 private int mLongPressTimeout; field in AudioService.VolumeController
9252 mLongPressTimeout = Settings.Secure.getIntForUser(cr, in loadSettings()
9278 && mAudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, mLongPressTimeout)) in suppressAdjustment()
9288 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70968 Landroid/widget/ForwardingListener;->mLongPressTimeout:I