Searched defs:bottom (Results 1 – 10 of 10) sorted by relevance
| /platform_testing/libraries/flicker/src/android/tools/common/datatypes/ |
| D | RectF.kt | 35 @JsName("bottom") val bottom: Float constant in android.tools.common.datatypes.RectF 146 val bottom = FloatFormatter.format(bottom) in intersection() constant
|
| D | Insets.kt | 30 private constructor(val left: Int = 0, val top: Int = 0, val right: Int = 0, val bottom: Int = 0) : constant in android.tools.common.datatypes.Insets
|
| D | Rect.kt | 38 @JsName("bottom") val bottom: Int = 0 constant in android.tools.common.datatypes.Rect
|
| D | Region.kt | 503 val bottom = runs[runsIndex] in <lambda>() constant
|
| /platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/ |
| D | OverviewHelper.java | 103 int bottom = r.bottom - 200; // bottom edge = bottom & shift up 200px in scrollToTopOfRecents() local 104 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/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/test/src/android/tools/common/datatypes/ |
| D | RegionTest.kt | 1463 val bottom = random.nextInt(top, 5000) in <lambda>() constant 1472 val bottom = random.nextInt(top, 5000) in <lambda>() constant
|