Searched defs:top (Results 1 – 2 of 2) sorted by relevance
| /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
| D | SystemUiJankTests.java | 220 int top = r.top + r.height() / 4; // top edge = top + 25% height in testRecentAppsFling() local 223 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, DEFAULT_FLING_STEPS); in testRecentAppsFling() local 225 mDevice.swipe(r.width() / 2, bottom, r.width() / 2, top, DEFAULT_FLING_STEPS); in testRecentAppsFling() local
|
| /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/ |
| D | OverviewHelper.java | 113 int top = r.top + r.height() / 4; // top edge = top + 25% height in scrollToTopOfRecents() local 115 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, 5); in scrollToTopOfRecents() local
|