Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityController.java1014 computeWindowBoundsInScreen(windowState, boundsInScreen); in computeChangedWindows()
1060 computeWindowBoundsInScreen(windowState, boundsInScreen); in computeChangedWindows()
1135 private void computeWindowBoundsInScreen(WindowState windowState, Rect outBounds) { in computeWindowBoundsInScreen() method in AccessibilityController.WindowsForAccessibilityObserver