Searched refs:getTouchSlop (Results 1 – 10 of 10) sorted by relevance
172 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()189 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendUpPointerToEnterOverviewToLauncher()
52 + ", slop = " + mLauncher.getTouchSlop() in switchToWorkspace()
103 + mLauncher.getTouchSlop()); in switchToAllApps()109 startY - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()
1723 final int distance = itemRowCurrentTopOnScreen - itemRowNewTopOnScreen + getTouchSlop(); in scrollToLastVisibleRow()1889 int getTouchSlop() { in getTouchSlop() method
88 distanceMoved(event, downX, downY) > ViewConfiguration.getTouchSlop() -> false in isClick()
600 public float getTouchSlop() { in getTouchSlop() method in RecentsAnimationDeviceState620 float touchSlop = getTouchSlop(); in getSquaredTouchSlop()
272 distanceMoved(event, downX, downY) > ViewConfiguration.getTouchSlop() -> false in isClick()
364 int getTouchSlop() { in getTouchSlop() method in HeadsUpNotificationOnTouchListener
348 float touchSlop = (float) mHeadsUpNotificationOnTouchListener.getTouchSlop(); in setUpMotionEvents()
149 mTouchSlop = mDeviceState.getTouchSlop(); in OtherActivityInputConsumer()