Searched refs:swipeHeight (Results 1 – 5 of 5) sorted by relevance
26 final float swipeHeight = in call() local28 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()33 final float swipeHeight = in call() local35 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
46 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local48 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight()50 return swipeHeight; in getDefaultSwipeHeight()
63 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local67 "switchToAllApps: swipeHeight = " + swipeHeight + ", slop = " in switchToAllApps()74 start.y - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()
52 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview() local56 final int endY = start.y + swipeHeight; in switchBackToOverview()
68 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()). in goToOverviewUnchecked() local72 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in goToOverviewUnchecked()