Searched defs:bottom (Results 1 – 7 of 7) sorted by relevance
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/ |
D | RectF.kt | 28 val bottom: Float = 0f constant in com.android.server.wm.traces.common.RectF 135 val bottom = FloatFormatter.format(bottom) constant
|
D | Rect.kt | 30 val bottom: Int = 0 constant in com.android.server.wm.traces.common.Rect
|
/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 | 147 public default void setScrollableMargin(int left, int top, int right, int bottom) { in setScrollableMargin() 164 public Margin(int left, int top, int right, int bottom) { in Margin()
|
/platform_testing/libraries/flicker/test/src/com/android/server/wm/flicker/region/ |
D | RegionTest.kt | 1549 val bottom = random.nextInt(top, 5000) in <lambda>() constant 1558 val bottom = random.nextInt(top, 5000) in <lambda>() constant
|
/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/region/ |
D | Region.kt | 499 val bottom = runs[runsIndex] in <lambda>() constant
|