Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp152 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local
261 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
277 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
290 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
DInputEvent_test.cpp230 PointerCoords pointerCoords[2]; in initializeEventWithHistory() local
549 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java84 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction() local
/frameworks/native/libs/input/
DInputTransport.cpp405 const PointerCoords* pointerCoords) { in publishMotionEvent()
1046 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local
1074 PointerCoords pointerCoords[pointerCount]; in addSample() local
DInput.cpp232 const PointerCoords* pointerCoords) { in initialize()
283 const PointerCoords* pointerCoords) { in addSample()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp144 PointerCoords pointerCoords[MAX_POINTERS + 1]; in TEST_F() local
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewOnGenericMotionEventTest.java120 MotionEvent.PointerCoords[] pointerCoords = { coords }; in obtainScrollMotionEvent() local
DTouchUtils.java160 MotionEvent.PointerCoords[] pointerCoords = { coords }; in scrollView() local
/frameworks/native/services/inputflinger/
DInputListener.cpp74 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
DInputListener.h102 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputReader.cpp2822 PointerCoords pointerCoords; in sync() local
3046 PointerCoords pointerCoords; in sync() local
3209 const PointerCoords& pointerCoords = mLastCookedState.cookedPointerData.pointerCoords[i]; in dump() local
5411 PointerCoords pointerCoords; in dispatchPointerGestures() local
6419 PointerCoords pointerCoords; in dispatchPointerSimple() local
6455 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local
7388 PointerCoords pointerCoords; in sync() local
7414 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, in setPointerCoordsAxisValue()
DInputDispatcher.h523 PointerCoords pointerCoords[MAX_POINTERS]; member
775 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputReader.h836 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputDispatcher.cpp3999 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
/frameworks/base/core/java/android/view/
DMotionEvent.java1477 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize()
1480 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch()
1630 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
1673 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain()
3019 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()