/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/base/core/tests/coretests/src/android/view/ |
D | PinchZoomAction.java | 84 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction() local
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 302 const PointerCoords* pointerCoords) { in publishMotionEvent() 916 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local 944 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/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewOnGenericMotionEventTest.java | 123 MotionEvent.PointerCoords[] pointerCoords = { coords }; in obtainScrollMotionEvent() 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 | 2705 PointerCoords pointerCoords; in sync() local 2921 PointerCoords pointerCoords; in sync() local 3080 const PointerCoords& pointerCoords = mLastCookedState.cookedPointerData.pointerCoords[i]; in dump() local 5266 PointerCoords pointerCoords; in dispatchPointerGestures() local 6278 PointerCoords pointerCoords; in dispatchPointerSimple() local 6314 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local 7246 PointerCoords pointerCoords; in sync() local 7271 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue()
|
D | InputDispatcher.h | 524 PointerCoords pointerCoords[MAX_POINTERS]; member 776 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputReader.h | 820 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputDispatcher.cpp | 3972 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1473 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize() 1476 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch() 1626 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1669 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain() 3015 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
|