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()
47 private final long mLongPressTimeout; field in SingleKeyGestureDetector155 mLongPressTimeout = ViewConfiguration.get(context).getDeviceGlobalActionKeyTimeout(); in SingleKeyGestureDetector()228 mHandler.sendMessageDelayed(msg, mLongPressTimeout); in interceptKeyDown()
91 private final long mLongPressTimeout; field in SwipeHelper131 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in SwipeHelper()312 mHandler.postDelayed(mPerformLongPress, mLongPressTimeout); in onInterceptTouchEvent()
211 private final int mLongPressTimeout; field in EdgeBackGestureHandler338 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()792 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()800 + " " + mLongPressTimeout); in onMotionEvent()
8935 private int mLongPressTimeout; field in AudioService.VolumeController8943 mLongPressTimeout = Settings.Secure.getIntForUser(cr, in loadSettings()8969 && mAudioSystem.isStreamActive(AudioSystem.STREAM_MUSIC, mLongPressTimeout)) in suppressAdjustment()8979 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()
70968 Landroid/widget/ForwardingListener;->mLongPressTimeout:I