Home
last modified time | relevance | path

Searched defs:pointerCoords (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp148 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local
256 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
268 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
DInputEvent_test.cpp230 PointerCoords pointerCoords[2]; in initializeEventWithHistory() local
549 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
/frameworks/native/libs/input/
DInputTransport.cpp298 const PointerCoords* pointerCoords) { in publishMotionEvent()
900 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local
927 PointerCoords pointerCoords[pointerCount]; in addSample() local
DInput.cpp231 const PointerCoords* pointerCoords) { in initialize()
280 const PointerCoords* pointerCoords) { in addSample()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp146 PointerCoords pointerCoords[MAX_POINTERS + 1]; in TEST_F() local
/frameworks/native/services/inputflinger/
DInputListener.cpp73 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
DInputListener.h94 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputReader.cpp2470 PointerCoords pointerCoords; in sync() local
2713 const PointerCoords& pointerCoords = mLastCookedPointerData.pointerCoords[i]; in dump() local
4607 PointerCoords pointerCoords; in dispatchPointerGestures() local
5612 PointerCoords pointerCoords; in dispatchPointerSimple() local
5647 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local
6503 PointerCoords pointerCoords; in sync() local
6528 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue()
DInputDispatcher.h517 PointerCoords pointerCoords[MAX_POINTERS]; member
762 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputReader.h821 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputDispatcher.cpp3927 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
/frameworks/base/core/java/android/view/
DMotionEvent.java1341 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize()
1346 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch()
1453 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
1496 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain()
2792 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()