Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 21 of 21) sorted by relevance

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DSwipeUtils.kt23 val bounds = Rect(rawBound) in calculateStartEndPoint() constant
/platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
DINewsHelper.java46 public default void scrollPage(Rect bounds, Direction dir, float percent) { in scrollPage()
DIMapsHelper.java159 public default void scrollPage(Rect bounds, Direction dir, float percent) { in scrollPage()
/platform_testing/libraries/motion/src/platform/test/motion/view/
DDrawableFeatureCaptures.kt28 val bounds = FeatureCapture<Drawable, Rect>("bounds") { it.bounds.asDataPoint() } in <lambda>() constant
/platform_testing/libraries/flicker/utils/test/src/android/tools/utils/
DMockLayerTraceEntryBuilder.kt29 private val bounds = Rect(0, 0, 1080, 1920) constant
/platform_testing/libraries/flicker/utils/src/android/tools/traces/inputmethod/
DSoftInputWindow.kt28 val bounds: Rect, constant in android.tools.traces.inputmethod.SoftInputWindow
/platform_testing/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/
DTaplUiObject.kt100 val bounds: Rect = getVisibleBoundsForGestures() in scroll() constant
141 val bounds: Rect = getVisibleBoundsForGestures() in fling() constant
/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DDisplay.kt44 val bounds = layerStackSpace constant
DLayerProperties.kt32 override val bounds: RectF = RectF(), constant in android.tools.traces.surfaceflinger.LayerProperties
DILayerProperties.kt35 val bounds: RectF constant
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/
DViewCapture.kt241 var bounds = getBoundsInSurface() in generateBitmapFromPixelCopy() variable
288 val bounds = Rect(x, y, x + width, y + height) in getBoundsInSurface() constant
/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/
DWindowConfiguration.kt30 val bounds: Rect = Rect(), constant in android.tools.traces.wm.WindowConfiguration
DWindowContainer.kt44 val bounds: Rect constant
DWindowContainerImpl.kt55 override val bounds: Rect = Rect() constant
DTask.kt31 override val bounds: Rect, in <lambda>() constant in android.tools.traces.wm.Task
/platform_testing/libraries/flicker/utils/src/android/tools/traces/view/
DViewNode.kt35 val bounds: Rect, constant in android.tools.traces.view.ViewNode
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/utility/
DScrollable.java233 Rect bounds = scrollable.getVisibleBounds(); in calcScrollSpeed() local
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java201 Rect bounds = getScreenBounds(); in longPressScreenCenter() local
516 Rect bounds = getScreenBounds(); in swipe() local
551 Rect bounds, SwipeDirection swipeDirection, SwipeFraction swipeFraction) { in getPointsToSwipe()
1040 Rect bounds = scrollableObject.getVisibleBounds(); in scroll() local
/platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
DAccessibilityScannerHelper.java287 Rect bounds = btn.getVisibleBounds(); in moveScannerCheckButton() local
/platform_testing/libraries/flicker/test/src/android/tools/flicker/subject/surfaceflinger/
DLayersTraceSubjectTest.kt260 val bounds = region.bounds in <lambda>() constant
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java674 Rect bounds = brightness.getVisibleBounds(); in testChangeBrightness() local