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()
57 private final int mLongPressTimeout; field in EdgeBackGestureHandler96 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()197 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()
212 private final int mLongPressTimeout; field in EdgeBackGestureHandler339 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()794 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()802 + " " + mLongPressTimeout); in onMotionEvent()
96 private final long mLongPressTimeout; field in SwipeHelper142 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in SwipeHelper()325 mHandler.postDelayed(mPerformLongPress, mLongPressTimeout); in onInterceptTouchEvent()
9244 private int mLongPressTimeout; field in AudioService.VolumeController9252 mLongPressTimeout = Settings.Secure.getIntForUser(cr, in loadSettings()9278 && mAudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, mLongPressTimeout)) in suppressAdjustment()9288 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()
70968 Landroid/widget/ForwardingListener;->mLongPressTimeout:I