/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/ |
D | PointerCountClassifierTest.java | 70 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testFail_multiPointer() local 86 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testPass_multiPointerDragDown() local
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 153 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local 263 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 280 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 294 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
D | InputEvent_test.cpp | 236 PointerCoords pointerCoords[2]; in initializeEventWithHistory() local 562 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 620 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 93 PointerCoords pointerCoords; in sync() local
|
D | JoystickInputMapper.cpp | 315 PointerCoords pointerCoords; in sync() local 343 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
|
D | CursorInputMapper.cpp | 324 PointerCoords pointerCoords; in sync() local
|
D | TouchInputMapper.cpp | 291 const PointerCoords& pointerCoords = mLastCookedState.cookedPointerData.pointerCoords[i]; in dump() local 2530 PointerCoords pointerCoords; in dispatchPointerGestures() local 3541 PointerCoords pointerCoords; in dispatchPointerSimple() local 3579 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local
|
D | TouchInputMapper.h | 166 PointerCoords pointerCoords[MAX_POINTERS]; member
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 373 std::vector<common::V1_0::PointerCoords> pointerCoords; in notifyMotionArgsToHalMotionEvent() local
|
D | InputListener.cpp | 95 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | PinchZoomAction.java | 83 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.h | 100 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | Entry.cpp | 166 const PointerCoords* pointerCoords, float xOffset, float yOffset) in MotionEntry()
|
D | Entry.h | 134 PointerCoords pointerCoords[MAX_POINTERS]; member
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/ |
D | FalsingDataProvider.java | 228 PointerCoords pointerCoords = new PointerCoords(); in unpackMotionEvent() local
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 487 const PointerCoords* pointerCoords) { in publishMotionEvent() 1132 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local 1162 PointerCoords pointerCoords[pointerCount]; in addSample() local
|
D | Input.cpp | 257 const PointerCoords* pointerCoords) { in initialize() 310 const PointerCoords* pointerCoords) { in addSample()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 239 PointerCoords pointerCoords[MAX_POINTERS + 1]; in TEST_F() local 530 PointerCoords pointerCoords[1]; in injectMotionDown() local 568 PointerCoords pointerCoords[1]; in generateMotionArgs() local
|
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 119 PointerCoords pointerCoords[MAX_POINTERS]; member
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1527 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize() 1530 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch() 1690 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1737 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1776 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain() 3226 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
|