Searched defs:pointerCoords (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 149 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local 257 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 269 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 | 299 const PointerCoords* pointerCoords) { in publishMotionEvent() 902 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local 930 PointerCoords pointerCoords[pointerCount]; in addSample() local
|
D | Input.cpp | 232 const PointerCoords* pointerCoords) { in initialize() 283 const PointerCoords* pointerCoords) { in addSample()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 144 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 | 95 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputReader.cpp | 2569 PointerCoords pointerCoords; in sync() local 2845 const PointerCoords& pointerCoords = mLastCookedState.cookedPointerData.pointerCoords[i]; in dump() local 4993 PointerCoords pointerCoords; in dispatchPointerGestures() local 6004 PointerCoords pointerCoords; in dispatchPointerSimple() local 6040 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local 6971 PointerCoords pointerCoords; in sync() local 6996 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue()
|
D | InputDispatcher.h | 518 PointerCoords pointerCoords[MAX_POINTERS]; member 770 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputReader.h | 864 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputDispatcher.cpp | 3940 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1381 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize() 1386 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch() 1496 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1539 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain() 2869 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
|