Home
last modified time | relevance | path

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

/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DOverviewHelper.java105 int bottom = r.bottom - 200; // bottom edge = bottom & shift up 200px in scrollToTopOfRecents() local
106 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, 5); in scrollToTopOfRecents() local
/platform_testing/libraries/system-helpers/sysui-helper/src/android/system/helpers/
DOverviewHelper.java152 int bottom = r.bottom - 200; // bottom edge = bottom & shift up 200px in scrollToTopOfRecents() local
153 mDevice.swipe(r.width() / 2, top, r.width() / 2, bottom, 5); in scrollToTopOfRecents() local
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java148 public default void setScrollableMargin(int left, int top, int right, int bottom) { in setScrollableMargin()
165 public Margin(int left, int top, int right, int bottom) { in Margin()
/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DSeekUtility.java118 int bottom = seekBounds.bottom - SEEK_BOUNDS_BUFFER; in seek() local
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/test/widgets/
DHookWidget.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DLayersTraceParser.kt269 val bottom = crop.getChild("bottom")?.getInt() ?: 0 in <lambda>() constant