Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DEventDispatcher.java372 private int computeClickLocation(Point outLocation) { in computeClickLocation() argument
376 outLocation.x = in computeClickLocation()
378 outLocation.y = in computeClickLocation()
382 if (mAms.getAccessibilityFocusClickPointInScreen(outLocation)) { in computeClickLocation()
389 if (mAms.getAccessibilityFocusClickPointInScreen(outLocation)) { in computeClickLocation()
/frameworks/base/core/java/android/view/
DView.java24802 public void getLocationOnScreen(@Size(2) int[] outLocation) { in getLocationOnScreen() argument
24803 getLocationInWindow(outLocation); in getLocationOnScreen()
24807 outLocation[0] += info.mWindowLeft; in getLocationOnScreen()
24808 outLocation[1] += info.mWindowTop; in getLocationOnScreen()
24819 public void getLocationInWindow(@Size(2) int[] outLocation) { in getLocationInWindow() argument
24820 if (outLocation == null || outLocation.length < 2) { in getLocationInWindow()
24824 outLocation[0] = 0; in getLocationInWindow()
24825 outLocation[1] = 0; in getLocationInWindow()
24827 transformFromViewToWindowSpace(outLocation); in getLocationInWindow()
DViewRootImpl.java7330 public void getLastTouchPoint(Point outLocation) {
7331 outLocation.x = (int) mLastTouchPoint.x;
7332 outLocation.y = (int) mLastTouchPoint.y;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...