Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DForwardingListener.java42 private final int mLongPressTimeout; field in ForwardingListener
68 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2; in ForwardingListener()
179 src.postDelayed(mTriggerLongPress, mLongPressTimeout); in onTouchObserved()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java111 private final long mLongPressTimeout; field in LegacyLockIconViewController
232 mLongPressTimeout = resources.getInteger(R.integer.config_lockIconLongPress); in LegacyLockIconViewController()
669 this::onLongPress, mLongPressTimeout); in onTouchEvent()
684 this::onLongPress, mLongPressTimeout); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java109 private final long mLongPressTimeout; field in SwipeHelper
154 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in SwipeHelper()
336 mHandler.postDelayed(mPerformLongPress, mLongPressTimeout); in onInterceptTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java241 private final int mLongPressTimeout; field in EdgeBackGestureHandler
474 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()
1086 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()
1094 + " " + mLongPressTimeout); in onMotionEvent()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java12143 private int mLongPressTimeout; field in AudioService.VolumeController
12155 mLongPressTimeout = mSettings.getSecureIntForUser(cr, in loadSettings()
12181 && mAudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, mLongPressTimeout)) in suppressAdjustment()
12191 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt67002 Landroid/widget/ForwardingListener;->mLongPressTimeout:I