Searched refs:PointerState (Results 1 – 1 of 1) sorted by relevance
63 public static class PointerState { class in PointerLocationView96 public PointerState() { in PointerState() method in PointerLocationView.PointerState149 private final ArrayList<PointerState> mPointers = new ArrayList<PointerState>();211 PointerState ps = new PointerState(); in PointerLocationView()292 final PointerState ps = mPointers.get(p); in onDraw()413 final PointerState ps = mPointers.get(mActivePointerId); in drawLabels()592 final PointerState ps = mPointers.get(p); in onPointerEvent()612 PointerState ps = new PointerState(); in onPointerEvent()622 final PointerState ps = mPointers.get(id); in onPointerEvent()655 final PointerState ps = mCurDown ? mPointers.get(id) : null; in onPointerEvent()[all …]