Home
last modified time | relevance | path

Searched refs:getVisibleBounds (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java199 Rect srcRect = getVisibleBounds(); in dragTo()
200 Rect dstRect = destObj.getVisibleBounds(); in dragTo()
219 Rect srcRect = getVisibleBounds(); in dragTo()
242 Rect rect = getVisibleBounds(); in swipeUp()
270 Rect rect = getVisibleBounds(); in swipeDown()
298 Rect rect = getVisibleBounds(); in swipeLeft()
325 Rect rect = getVisibleBounds(); in swipeRight()
338 private Rect getVisibleBounds(AccessibilityNodeInfo node) { in getVisibleBounds() method in UiObject
401 Rect rect = getVisibleBounds(node); in click()
441 Rect rect = getVisibleBounds(node); in clickAndWaitForNewWindow()
[all …]
DUiScrollable.java297 Rect visible = childObject.getVisibleBounds(); in ensureFullyVisible()
/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DAutomationUtils.java97 navBarVisibleBounds = navBar.getVisibleBounds(); in openQuickstep()
212 device.drag(divider.getVisibleBounds().centerX(), divider.getVisibleBounds().centerY(), in resizeSplitScreen()
DLayersTrace.java297 Rect getVisibleBounds(String layerName) { in getVisibleBounds() method in LayersTrace.Entry
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DResizeSplitScreenTest.java103 Rect startingDividerBounds = entries.getEntries().get(0).getVisibleBounds in checkPosition_appsStartingBounds()
133 entries.getEntries().size() - 1).getVisibleBounds( in checkPosition_appsEndingBounds()
/frameworks/base/cmds/uiautomator/api/
D17.txt79 …method public android.graphics.Rect getVisibleBounds() throws com.android.uiautomator.core.UiObjec…
Dcurrent.txt101 …method public android.graphics.Rect getVisibleBounds() throws com.android.uiautomator.core.UiObjec…
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1378 void getVisibleBounds(Rect bounds) { in getVisibleBounds() method in WindowState
DDisplayContent.java2975 w.getVisibleBounds(mTmpRect); in getTouchableWinAtPointLocked()
/frameworks/base/services/
Dart-profile17743 PLcom/android/server/wm/WindowState;->getVisibleBounds(Landroid/graphics/Rect;)V