Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
H A DKeyboardAccessibilityNodeProvider.java64 private final int[] mParentLocation = CoordinateUtils.newInstance(); field in KeyboardAccessibilityNodeProvider
233 CoordinateUtils.x(mParentLocation), CoordinateUtils.y(mParentLocation)); in createAccessibilityNodeInfo()
337 mKeyboardView.getLocationOnScreen(mParentLocation); in updateParentLocation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationMenuRow.java101 private int[] mParentLocation = new int[2]; field in NotificationMenuRow
516 mParent.getLocationOnScreen(mParentLocation); in onClick()
519 final int x = mIconLocation[0] - mParentLocation[0] + centerX; in onClick()
520 final int y = mIconLocation[1] - mParentLocation[1] + centerY; in onClick()