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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3531 public void getLastTouchPoint(Point outLocation) { argument
3532 outLocation.x = (int) mLastTouchPoint.x;
3533 outLocation.y = (int) mLastTouchPoint.y;

Completed in 151 milliseconds