Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInput.h358 struct PointerCoords { struct
359 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128 argument
362 uint64_t bits __attribute__((aligned(8)));
366 float values[MAX_AXES];
368 inline void clear() { in clear()
372 bool isEmpty() const { in isEmpty()
401 bool operator==(const PointerCoords& other) const; argument
/frameworks/base/core/java/android/view/
DMotionEvent.java3993 public static final class PointerCoords { class in MotionEvent
4003 public PointerCoords() { in PointerCoords() method in MotionEvent.PointerCoords
4012 public PointerCoords(PointerCoords other) { in PointerCoords() method in MotionEvent.PointerCoords
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp237 void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots()