Home
last modified time | relevance | path

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

/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()
/frameworks/base/core/java/android/view/
DMotionEvent.java1561 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() argument
2588 public final void getPointerCoords(int pointerIndex, PointerCoords outPointerCoords) { in getPointerCoords() argument
2589 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords()
3208 PointerCoords outPointerCoords) { in getHistoricalPointerCoords() argument
3209 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords()