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()
101 private final long mLongPressTimeout; field in LockIconViewController225 mLongPressTimeout = resources.getInteger(R.integer.config_lockIconLongPress); in LockIconViewController()638 this::onLongPress, mLongPressTimeout); in onTouchEvent()653 this::onLongPress, mLongPressTimeout); in onTouchEvent()
108 private final long mLongPressTimeout; field in SwipeHelper153 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in SwipeHelper()335 mHandler.postDelayed(mPerformLongPress, mLongPressTimeout); in onInterceptTouchEvent()
233 private final int mLongPressTimeout; field in EdgeBackGestureHandler464 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()1078 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()1086 + " " + mLongPressTimeout); in onMotionEvent()
11459 private int mLongPressTimeout; field in AudioService.VolumeController11471 mLongPressTimeout = mSettings.getSecureIntForUser(cr, in loadSettings()11497 && mAudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, mLongPressTimeout)) in suppressAdjustment()11507 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()
67645 Landroid/widget/ForwardingListener;->mLongPressTimeout:I