Home
last modified time | relevance | path

Searched refs:getTouchSlop (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java72 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in goToOverviewUnchecked()
96 getInt(TestProtocol.TEST_INFO_RESPONSE_FIELD) + mLauncher.getTouchSlop(); in goToOverviewUnchecked()
DWorkspace.java68 + mLauncher.getTouchSlop()); in switchToAllApps()
74 start.y - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()
DLauncherInstrumentation.java802 final int gestureStart = lowestItem.getVisibleBounds().top + getTouchSlop(); in scrollToLastVisibleRow()
892 int getTouchSlop() { in getTouchSlop() method
/packages/apps/Launcher3/src/com/android/launcher3/
DStylusEventHelper.java54 mSlop = ViewConfiguration.getTouchSlop(); in StylusEventHelper()