Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp290 std::vector<common::PointerCoords>& outPointerCoords) { in getHalPropertiesAndCoords() argument
292 outPointerCoords.reserve(args.pointerCount); in getHalPropertiesAndCoords()
305 outPointerCoords.push_back(coords); in getHalPropertiesAndCoords()
/frameworks/base/core/java/android/view/
DMotionEvent.java1575 int pointerIndex, int historyPos, PointerCoords outPointerCoords); in nativeGetPointerCoords() argument
2625 public final void getPointerCoords(int pointerIndex, PointerCoords outPointerCoords) { in getPointerCoords() argument
2626 nativeGetPointerCoords(mNativePtr, pointerIndex, HISTORY_CURRENT, outPointerCoords); in getPointerCoords()
3297 PointerCoords outPointerCoords) { in getHistoricalPointerCoords() argument
3298 nativeGetPointerCoords(mNativePtr, pointerIndex, pos, outPointerCoords); in getHistoricalPointerCoords()