Searched refs:mParentLocation (Results 1 – 2 of 2) sorted by relevance
64 private final int[] mParentLocation = CoordinateUtils.newInstance(); field in KeyboardAccessibilityNodeProvider233 CoordinateUtils.x(mParentLocation), CoordinateUtils.y(mParentLocation)); in createAccessibilityNodeInfo()337 mKeyboardView.getLocationOnScreen(mParentLocation); in updateParentLocation()
101 private int[] mParentLocation = new int[2]; field in NotificationMenuRow516 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()