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

/frameworks/native/include/input/
H A DInput.h219 struct PointerCoords { struct in namespace:android
220 enum { MAX_AXES = 30 }; // 30 so that sizeof(PointerCoords) == 128
256 bool operator==(const PointerCoords& other) const;
257 inline bool operator!=(const PointerCoords& other) const {
261 void copyFrom(const PointerCoords& other);
435 const PointerCoords* getRawPointerCoords(size_t pointerIndex) const;
491 const PointerCoords* getHistoricalRawPointerCoords(
573 const PointerCoords* pointerCoords);
579 const PointerCoords* pointerCoords);
604 inline const PointerCoords* getSamplePointerCoord
[all...]
/frameworks/base/core/java/android/view/
H A DMotionEvent.java530 * @see MotionEvent.PointerCoords#x
555 * @see MotionEvent.PointerCoords#y
577 * @see MotionEvent.PointerCoords#pressure
597 * @see MotionEvent.PointerCoords#size
618 * @see MotionEvent.PointerCoords#touchMajor
641 * @see MotionEvent.PointerCoords#touchMinor
666 * @see MotionEvent.PointerCoords#toolMajor
691 * @see MotionEvent.PointerCoords#toolMinor
718 * @see MotionEvent.PointerCoords#orientation
736 * @see MotionEvent.PointerCoords#getAxisValu
3453 public static final class PointerCoords { class in class:MotionEvent
3461 public PointerCoords() { method in class:MotionEvent.PointerCoords
3470 public PointerCoords(PointerCoords other) { method in class:MotionEvent.PointerCoords
[all...]
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp120 virtual void setSpots(const PointerCoords*, const uint32_t*, BitSet32) { argument
1500 static void assertPointerCoords(const PointerCoords& coords,

Completed in 134 milliseconds