Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 1 of 1) sorted by relevance

/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java193 int bottom = r.bottom - 200; // bottom edge = bottom & shift up 200px in testRecentAppsFling() local
195 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, DEFAULT_FLING_STEPS); in testRecentAppsFling() local
197 mDevice.swipe(r.width() / 2, bottom, r.width() / 2, top, DEFAULT_FLING_STEPS); in testRecentAppsFling() local