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

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

Completed in 58 milliseconds