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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java1362 int pointerIndex, int historyPos, PointerCoords outPointerCoords);
2135 * @param outPointerCoords The pointer coordinate object to populate.
2139 public final void getPointerCoords(int pointerIndex, PointerCoords outPointerCoords) { argument
2140 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords);
2638 * @param outPointerCoords The pointer coordinate object to populate.
2645 PointerCoords outPointerCoords) {
2646 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords);
1361 nativeGetPointerCoords(int nativePtr, int pointerIndex, int historyPos, PointerCoords outPointerCoords) argument
2644 getHistoricalPointerCoords(int pointerIndex, int pos, PointerCoords outPointerCoords) argument

Completed in 155 milliseconds