Searched refs:mLongPressTimeout (Results 1 – 5 of 5) 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()
127 private final int mLongPressTimeout; field in EdgeBackGestureHandler172 mLongPressTimeout = Math.min(MAX_LONG_PRESS_TIMEOUT, in EdgeBackGestureHandler()361 if ((ev.getEventTime() - ev.getDownTime()) > mLongPressTimeout) { in onMotionEvent()
90 private final long mLongPressTimeout; field in SwipeHelper110 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in SwipeHelper()311 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout); in onInterceptTouchEvent()
113 private final int mLongPressTimeout; field in MediaSessionService158 mLongPressTimeout = ViewConfiguration.getLongPressTimeout(); in MediaSessionService()1535 mLongPressTimeout); in dispatchVolumeKeyEvent() local
6527 private int mLongPressTimeout; field in AudioService.VolumeController6535 mLongPressTimeout = Settings.Secure.getIntForUser(cr, in loadSettings()6549 mNextLongPress = now + mLongPressTimeout; in suppressAdjustment()