Home
last modified time | relevance | path

Searched refs:getVisibleBounds (Results 1 – 8 of 8) 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/src/com/android/server/wm/flicker/
DResizeSplitScreenTest.java101 Rect startingDividerBounds = entries.getEntries().get(0).getVisibleBounds in checkPosition_appsStartingBounds()
131 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.txt102 …method @Deprecated public android.graphics.Rect getVisibleBounds() throws com.android.uiautomator.…
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java1416 void getVisibleBounds(Rect bounds) { in getVisibleBounds() method in WindowState
DDisplayContent.java2985 w.getVisibleBounds(mTmpRect); in getTouchableWinAtPointLocked()
/frameworks/base/services/
Dart-profile17743 PLcom/android/server/wm/WindowState;->getVisibleBounds(Landroid/graphics/Rect;)V