Searched defs:bottom (Results 1 – 7 of 7) sorted by relevance
| /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/ |
| D | OverviewHelper.java | 105 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/ |
| D | OverviewHelper.java | 152 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/ |
| D | Scrollable.java | 148 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/systemui-tapl/src/android/platform/systemui_tapl/ui/ |
| D | VolumeDialog.kt | 162 val bottom = dimension.bottom in getDragCoordinates() constant
|
| /platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/ |
| D | SeekUtility.java | 118 int bottom = seekBounds.bottom - SEEK_BOUNDS_BUFFER; in seek() local
|
| /platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/test/widgets/ |
| D | HookWidget.java | 108 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/ |
| D | LayersTraceParser.kt | 269 val bottom = crop.getChild("bottom")?.getInt() ?: 0 in <lambda>() constant
|