Home
last modified time | relevance | path

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

/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DAccessibilityNodeInfoHelper.java41 node.getBoundsInScreen(nodeRect); in getVisibleBoundsInScreen()
DUiScrollable.java419 node.getBoundsInScreen(rect); in scrollForward()
498 node.getBoundsInScreen(rect); in scrollBackward()
DUiObject.java830 node.getBoundsInScreen(nodeRect); in getBounds()
/frameworks/support/v4/ics/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompatIcs.java64 public static void getBoundsInScreen(Object info, Rect outBounds) { in getBoundsInScreen() method in AccessibilityNodeInfoCompatIcs
65 ((AccessibilityNodeInfo) info).getBoundsInScreen(outBounds); in getBoundsInScreen()
/frameworks/support/v4/java/android/support/v4/view/accessibility/
DAccessibilityNodeInfoCompat.java218 public void getBoundsInScreen(Object info, Rect outBounds); in getBoundsInScreen() method
356 public void getBoundsInScreen(Object info, Rect outBounds) { in getBoundsInScreen() method in AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
779 public void getBoundsInScreen(Object info, Rect outBounds) { in getBoundsInScreen() method in AccessibilityNodeInfoCompat.AccessibilityNodeInfoIcsImpl
780 AccessibilityNodeInfoCompatIcs.getBoundsInScreen(info, outBounds); in getBoundsInScreen()
1986 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() method in AccessibilityNodeInfoCompat
1987 IMPL.getBoundsInScreen(mInfo, outBounds); in getBoundsInScreen()
2572 getBoundsInScreen(bounds); in toString()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityWindowInfo.java216 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() method in AccessibilityWindowInfo
DAccessibilityNodeInfo.java1440 public void getBoundsInScreen(Rect outBounds) { in getBoundsInScreen() method in AccessibilityNodeInfo
/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java684 info.getBoundsInScreen(boundsInScreen); in adjustIsVisibleToUserIfNeeded()
725 info.getBoundsInScreen(boundsInScreen); in applyAppScaleAndMagnificationSpecIfNeeded()
DViewRootImpl.java2708 mAccessibilityFocusedVirtualView.getBoundsInScreen(bounds); in getAccessibilityFocusedRect()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityManagerService.java3191 focus.getBoundsInScreen(boundsInScreen); in getAccessibilityFocusClickPointInScreenNotLocked()
3386 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()
3394 currentWindow.getBoundsInScreen(currentWindowBounds); in computePartialInteractiveRegionForWindowLocked()
/frameworks/support/v4/java/android/support/v4/widget/
DSlidingPaneLayout.java1602 src.getBoundsInScreen(rect); in copyNodeInfoNoChildren()
DDrawerLayout.java1921 src.getBoundsInScreen(rect); in copyNodeInfoNoChildren()
/frameworks/base/api/
Dsystem-current.txt37142 method public void getBoundsInScreen(android.graphics.Rect);
37402 method public void getBoundsInScreen(android.graphics.Rect);
Dcurrent.txt34908 method public void getBoundsInScreen(android.graphics.Rect);
35168 method public void getBoundsInScreen(android.graphics.Rect);