Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/common/datatypes/
DRectF.kt35 @JsName("bottom") val bottom: Float constant in android.tools.common.datatypes.RectF
146 val bottom = FloatFormatter.format(bottom) in intersection() constant
DInsets.kt30 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
DRect.kt38 @JsName("bottom") val bottom: Int = 0 constant in android.tools.common.datatypes.Rect
DRegion.kt503 val bottom = runs[runsIndex] in <lambda>() constant
/platform_testing/tests/functional/overviewtests/src/com/android/overview/functional/
DOverviewHelper.java103 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/
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/test/src/android/tools/common/datatypes/
DRegionTest.kt1463 val bottom = random.nextInt(top, 5000) in <lambda>() constant
1472 val bottom = random.nextInt(top, 5000) in <lambda>() constant