Searched defs:pointers (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/inputflinger/dispatcher/ |
D | TouchedWindow.cpp | 32 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()
|
D | InputDispatcher.cpp | 294 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/ |
D | TouchResampling_test.cpp | 41 std::vector<Pointer> pointers; member 99 const std::vector<Pointer>& pointers) { in publishSimpleMotionEvent()
|
D | VelocityTracker_test.cpp | 100 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
|
D | InputPublisherAndConsumer_test.cpp | 83 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()
|
D | InputPublisherAndConsumerNoResampling_test.cpp | 90 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/ |
D | InputConsumer.h | 137 PointerCoords pointers[MAX_POINTERS]; member
|
D | InputTransport.h | 155 } pointers[MAX_POINTERS] __attribute__((aligned(8))); member
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | touch_analytics.proto | 55 repeated Pointer pointers = 4; field
|
/frameworks/minikin/libs/minikin/ |
D | FontFamily.cpp | 254 std::vector<std::shared_ptr<FontFamily>> pointers; in readVector() local
|
/frameworks/native/services/inputflinger/tests/ |
D | TestEventMatchers.h | 420 explicit WithPointersMatcher(std::map<int32_t, PointF> pointers) : mPointers(pointers) {} in WithPointersMatcher() 463 inline WithPointersMatcher WithPointers( in WithPointers()
|
D | UnwantedInteractionBlocker_test.cpp | 139 const std::vector<std::pair<int32_t /*pointerId*/, PointerData>>& pointers) { in assertArgs()
|