Searched defs:outLocation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1229 private int computeClickLocation(Point outLocation) { argument
1233 outLocation.x = (int) lastExploreEvent.getX(lastExplorePointerIndex);
1234 outLocation.y = (int) lastExploreEvent.getY(lastExplorePointerIndex);
1237 if (mAms.getAccessibilityFocusClickPointInScreen(outLocation)) {
1244 if (mAms.getAccessibilityFocusClickPointInScreen(outLocation)) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5246 public void getLastTouchPoint(Point outLocation) { argument
5247 outLocation.x = (int) mLastTouchPoint.x;
5248 outLocation.y = (int) mLastTouchPoint.y;

Completed in 469 milliseconds