Searched defs:PointerCoords (Results 1 – 2 of 2) sorted by relevance
152 struct PointerCoords { struct153 float x;154 float y;155 float pressure;156 float size;157 float touchMajor;158 float touchMinor;159 float toolMajor;160 float toolMinor;161 float orientation;
1642 public static final class PointerCoords { class in MotionEvent