Home
last modified time | relevance | path

Searched refs:outPointerCoords (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DMotionEvent.java1532 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() argument
2525 public final void getPointerCoords(int pointerIndex, PointerCoords outPointerCoords) { in getPointerCoords() argument
2526 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords()
3112 PointerCoords outPointerCoords) { in getHistoricalPointerCoords() argument
3113 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp335 std::vector<common::V1_0::PointerCoords>* outPointerCoords) { in getHidlPropertiesAndCoords() argument
337 outPointerCoords->reserve(args.pointerCount); in getHidlPropertiesAndCoords()
350 outPointerCoords->push_back(coords); in getHidlPropertiesAndCoords()