Searched defs:PointerCoords (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/include/input/ |
D | Input.h | 500 struct PointerCoords { struct 501 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 136 argument 504 uint64_t bits __attribute__((aligned(8))); 508 std::array<float, MAX_AXES> values; 511 bool isResampled; 514 uint8_t empty[7]; 516 inline void clear() { in clear() 521 bool isEmpty() const { in isEmpty() 546 bool operator==(const PointerCoords& other) const; argument 551 inline void copyFrom(const PointerCoords& other) { *this = other; } in copyFrom() argument [all …]
|
/frameworks/base/libs/input/ |
D | PointerController.h | 153 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots() 214 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakePointerController.cpp | 178 void FakePointerController::setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots()
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 843 {"nativeInitialize", in nativeInitialize() 860 {"nativeGetPointerCoords", "(JIILandroid/view/MotionEvent$PointerCoords;)V", in nativeGetPointerCoords()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 4302 public static final class PointerCoords { class in MotionEvent 4312 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords 4321 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords
|