Searched defs:top (Results 1 – 8 of 8) sorted by relevance
| /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/ |
| D | OverviewHelper.java | 104 int top = r.top + r.height() / 4; // top edge = top + 25% height 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 | 151 int top = r.top + r.height() / 4; // top edge = top + 25% height 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 | 159 val top = dimension.top in getDragCoordinates() constant
|
| /platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/ |
| D | SeekUtility.java | 119 int top = seekBounds.top + 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/motion/src/platform/test/motion/filmstrip/ |
| D | Filmstrip.kt | 213 val top = y + (tileHeight - screenshotHeight) / 2 in render() constant
|
| /platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/ |
| D | LayersTraceParser.kt | 270 val top = crop.getChild("top")?.getInt() ?: 0 in <lambda>() constant
|