Searched refs:PointerState (Results 1 – 1 of 1) sorted by relevance
65 private static final PointerState EMPTY_POINTER_STATE = new PointerState();67 public static class PointerState { class in PointerLocationView96 public PointerState() { in PointerState() method in PointerLocationView.PointerState149 private final SparseArray<PointerState> mPointers = new SparseArray<PointerState>();305 final PointerState ps = mPointers.valueAt(p); in onDraw()419 final PointerState ps = mPointers.get(mActivePointerId, EMPTY_POINTER_STATE); in drawLabels()612 PointerState ps = mPointers.get(id); in onPointerEvent()614 ps = new PointerState(); in onPointerEvent()642 final PointerState ps = mCurDown ? mPointers.get(id) : null; in onPointerEvent()655 final PointerState ps = mCurDown ? mPointers.get(id) : null; in onPointerEvent()[all …]