Searched defs:pointerCoords (Results 1 – 12 of 12) sorted by relevance
| /frameworks/native/libs/input/tests/ |
| D | InputPublisherAndConsumer_test.cpp | 148 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local 256 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 268 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
| D | InputEvent_test.cpp | 230 PointerCoords pointerCoords[2]; in initializeEventWithHistory() local 549 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
| /frameworks/native/libs/input/ |
| D | InputTransport.cpp | 298 const PointerCoords* pointerCoords) { in publishMotionEvent() 900 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local 927 PointerCoords pointerCoords[pointerCount]; in addSample() local
|
| D | Input.cpp | 231 const PointerCoords* pointerCoords) { in initialize() 280 const PointerCoords* pointerCoords) { in addSample()
|
| /frameworks/native/services/inputflinger/tests/ |
| D | InputDispatcher_test.cpp | 146 PointerCoords pointerCoords[MAX_POINTERS + 1]; in TEST_F() local
|
| /frameworks/native/services/inputflinger/ |
| D | InputListener.cpp | 73 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
|
| D | InputListener.h | 94 PointerCoords pointerCoords[MAX_POINTERS]; member
|
| D | InputReader.cpp | 2470 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()
|
| D | InputDispatcher.h | 517 PointerCoords pointerCoords[MAX_POINTERS]; member 762 PointerCoords pointerCoords[MAX_POINTERS]; member
|
| D | InputReader.h | 821 PointerCoords pointerCoords[MAX_POINTERS]; member
|
| D | InputDispatcher.cpp | 3927 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
|
| /frameworks/base/core/java/android/view/ |
| D | MotionEvent.java | 1341 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()
|