Home
last modified time | relevance | path

Searched defs:pointers (Results 1 – 12 of 12) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DTouchedWindow.cpp32 bool hasPointerId(const std::vector<PointerProperties>& pointers, int32_t pointerId) { in hasPointerId()
94 const std::vector<PointerProperties>& pointers) { in addTouchingPointers()
150 void TouchedWindow::removeTouchingPointers(DeviceId deviceId, in removeTouchingPointers()
DInputDispatcher.cpp294 std::bitset<MAX_POINTER_ID + 1> getPointerIds(const std::vector<PointerProperties>& pointers) { in getPointerIds()
5734 std::vector<PointerProperties> pointers = touchedWindow->getTouchingPointers(deviceId); in transferTouchGesture() local
6258 std::vector<PointerProperties> pointers = window.getTouchingPointers(deviceId); in pilferPointersLocked() local
7110 std::vector<PointerProperties> pointers{pointerProperties}; in slipWallpaperTouch() local
7144 const std::vector<PointerProperties>& pointers, in transferWallpaperTouch()
/frameworks/native/libs/input/tests/
DTouchResampling_test.cpp41 std::vector<Pointer> pointers; member
99 const std::vector<Pointer>& pointers) { in publishSimpleMotionEvent()
DVelocityTracker_test.cpp100 BitSet32 pointers; in getValidPointers() local
109 static uint32_t getChangingPointerId(BitSet32 pointers, BitSet32 otherPointers) { in getChangingPointerId()
119 BitSet32 pointers = getValidPointers(currentPositions); in resolveAction() local
180 BitSet32 pointers = getValidPointers(entry.positions); in createTouchMotionEventStream() local
DInputPublisherAndConsumer_test.cpp83 const std::vector<Pointer>& pointers, const uint32_t inSeq) in PublishMotionArgs()
361 const std::vector<Pointer> pointers = {Pointer{.id = 0, .x = 20, .y = 30}}; in publishAndConsumeBatchedMotionMove() local
380 int32_t action, nsecs_t downTime, const std::vector<Pointer>& pointers) { in publishAndConsumeMotionEvent()
DInputPublisherAndConsumerNoResampling_test.cpp90 const std::vector<Pointer>& pointers, const uint32_t inSeq) in PublishMotionArgs()
525 const std::vector<Pointer> pointers = {Pointer{.id = 0, .x = 20, .y = 30}}; in publishAndConsumeBatchedMotionMove() local
573 int32_t action, nsecs_t downTime, const std::vector<Pointer>& pointers) { in publishAndConsumeMotionEvent()
/frameworks/native/include/input/
DInputConsumer.h137 PointerCoords pointers[MAX_POINTERS]; member
DInputTransport.h155 } pointers[MAX_POINTERS] __attribute__((aligned(8))); member
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto55 repeated Pointer pointers = 4; field
/frameworks/minikin/libs/minikin/
DFontFamily.cpp254 std::vector<std::shared_ptr<FontFamily>> pointers; in readVector() local
/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h420 explicit WithPointersMatcher(std::map<int32_t, PointF> pointers) : mPointers(pointers) {} in WithPointersMatcher()
463 inline WithPointersMatcher WithPointers( in WithPointers()
DUnwantedInteractionBlocker_test.cpp139 const std::vector<std::pair<int32_t /*pointerId*/, PointerData>>& pointers) { in assertArgs()