Home
last modified time | relevance | path

Searched defs:pointerCoords (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/brightline/
DPointerCountClassifierTest.java70 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/
DInputPublisherAndConsumer_test.cpp153 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
DInputEvent_test.cpp236 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/
DRotaryEncoderInputMapper.cpp93 PointerCoords pointerCoords; in sync() local
DJoystickInputMapper.cpp315 PointerCoords pointerCoords; in sync() local
343 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
DCursorInputMapper.cpp324 PointerCoords pointerCoords; in sync() local
DTouchInputMapper.cpp291 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
DTouchInputMapper.h166 PointerCoords pointerCoords[MAX_POINTERS]; member
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp373 std::vector<common::V1_0::PointerCoords> pointerCoords; in notifyMotionArgsToHalMotionEvent() local
DInputListener.cpp95 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java83 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction() local
/frameworks/native/services/inputflinger/dispatcher/
DInputState.h100 PointerCoords pointerCoords[MAX_POINTERS]; member
DEntry.cpp166 const PointerCoords* pointerCoords, float xOffset, float yOffset) in MotionEntry()
DEntry.h134 PointerCoords pointerCoords[MAX_POINTERS]; member
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DFalsingDataProvider.java228 PointerCoords pointerCoords = new PointerCoords(); in unpackMotionEvent() local
/frameworks/native/libs/input/
DInputTransport.cpp487 const PointerCoords* pointerCoords) { in publishMotionEvent()
1132 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local
1162 PointerCoords pointerCoords[pointerCount]; in addSample() local
DInput.cpp257 const PointerCoords* pointerCoords) { in initialize()
310 const PointerCoords* pointerCoords) { in addSample()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp239 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/
DInputListener.h119 PointerCoords pointerCoords[MAX_POINTERS]; member
/frameworks/base/core/java/android/view/
DMotionEvent.java1527 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()