Searched defs:pointerCoords (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | InputPublisherAndConsumer_test.cpp | 147 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local 255 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 267 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
D | InputEvent_test.cpp | 231 PointerCoords pointerCoords[2]; in initializeEventWithHistory() local 536 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | WebViewEventSender.java | 180 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[numPoints]; in touchStart() local 205 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[numPoints]; in touchMove() local 237 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[numPoints]; in touchEnd() local 267 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[numPoints]; in touchCancel() local
|
/frameworks/base/libs/androidfw/ |
D | InputTransport.cpp | 291 const PointerCoords* pointerCoords) { in publishMotionEvent() 890 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local 917 PointerCoords pointerCoords[pointerCount]; in addSample() local
|
D | Input.cpp | 298 const PointerCoords* pointerCoords) { in initialize() 347 const PointerCoords* pointerCoords) { in addSample()
|
/frameworks/base/services/input/tests/ |
D | InputDispatcher_test.cpp | 144 PointerCoords pointerCoords[MAX_POINTERS + 1]; in TEST_F() local
|
/frameworks/base/services/input/ |
D | InputListener.cpp | 73 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
|
D | InputListener.h | 93 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputDispatcher.h | 516 PointerCoords pointerCoords[MAX_POINTERS]; member 757 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputReader.cpp | 2434 PointerCoords pointerCoords; in sync() local 2653 const PointerCoords& pointerCoords = mLastCookedPointerData.pointerCoords[i]; in dump() local 4360 PointerCoords pointerCoords; in dispatchPointerGestures() local 5346 PointerCoords pointerCoords; in dispatchPointerSimple() local 5380 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local 6205 PointerCoords pointerCoords; in sync() local
|
D | InputReader.h | 737 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputDispatcher.cpp | 3806 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords) : in MotionEntry()
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | EventSenderImpl.java | 457 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[numPoints]; in executeTouchEvent() local
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1323 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize() 1328 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch() 1432 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1475 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain() 2759 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
|