Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiScrollable.java295 public boolean ensureFullyVisible(UiObject childObject) throws UiObjectNotFoundException { in ensureFullyVisible() argument
296 Rect actual = childObject.getBounds(); in ensureFullyVisible()
297 Rect visible = childObject.getVisibleBounds(); in ensureFullyVisible()