Searched refs:PointerState (Results 1 – 1 of 1) sorted by relevance
62 public static class PointerState { class in PointerLocationView95 public PointerState() { in PointerState() method in PointerLocationView.PointerState147 private final ArrayList<PointerState> mPointers = new ArrayList<PointerState>();209 PointerState ps = new PointerState(); in PointerLocationView()290 final PointerState ps = mPointers.get(mActivePointerId); in onDraw()357 final PointerState ps = mPointers.get(p); in onDraw()576 final PointerState ps = mPointers.get(p); in onPointerEvent()596 PointerState ps = new PointerState(); in onPointerEvent()606 final PointerState ps = mPointers.get(id); in onPointerEvent()626 final PointerState ps = mCurDown ? mPointers.get(id) : null; in onPointerEvent()[all …]