Searched refs:swipeHeight (Results 1 – 5 of 5) sorted by relevance
37 final float swipeHeight = in call() local39 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()44 final float swipeHeight = in call() local47 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
34 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local36 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight()38 return swipeHeight; in getDefaultSwipeHeight()
53 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview() local57 final int endY = start.y + swipeHeight; in switchBackToOverview()
198 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher() local202 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()221 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendUpPointerToEnterOverviewToLauncher() local224 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendUpPointerToEnterOverviewToLauncher()
83 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local88 + ", swipeHeight = " + swipeHeight + ", slop = " in switchToAllApps()95 startY - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()