Home
last modified time | relevance | path

Searched defs:PointerCoords (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/include/input/
DInput.h366 struct PointerCoords { struct
367 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128 argument
370 uint64_t bits __attribute__((aligned(8)));
374 float values[MAX_AXES];
376 inline void clear() { in clear()
380 bool isEmpty() const { in isEmpty()
412 bool operator==(const PointerCoords& other) const; argument
/frameworks/base/core/java/android/view/
DMotionEvent.java3882 public static final class PointerCoords { class in MotionEvent
3892 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords
3901 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp170 void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots()