Searched refs:swipeHeight (Results 1 – 4 of 4) sorted by relevance
35 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local37 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight()39 return swipeHeight; in getDefaultSwipeHeight()
168 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher() local172 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()186 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendUpPointerToEnterOverviewToLauncher() local189 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendUpPointerToEnterOverviewToLauncher()
97 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local102 + ", swipeHeight = " + swipeHeight + ", slop = " in switchToAllApps()109 startY - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()
68 final float swipeHeight = in call() local70 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()75 final float swipeHeight = mDeviceProfile.heightPx / 2f; in call() local76 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()