Home
last modified time | relevance | path

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

/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp149 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local
257 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
269 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.cpp302 const PointerCoords* pointerCoords) { in publishMotionEvent()
916 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local
944 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/tests/src/android/support/v7/widget/
DRecyclerViewOnGenericMotionEventTest.java123 MotionEvent.PointerCoords[] pointerCoords = { coords }; in obtainScrollMotionEvent() local
/frameworks/native/services/inputflinger/
DInputListener.cpp73 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in NotifyMotionArgs()
DInputListener.h95 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputReader.cpp2705 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()
DInputDispatcher.h524 PointerCoords pointerCoords[MAX_POINTERS]; member
776 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputReader.h820 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputDispatcher.cpp3972 const PointerProperties* pointerProperties, const PointerCoords* pointerCoords, in MotionEntry()
/frameworks/base/core/java/android/view/
DMotionEvent.java1473 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()