Searched refs:mCurNumPointers (Results 1 – 1 of 1) sorted by relevance
142 private int mCurNumPointers; field in PointerLocationView294 .append("P: ").append(mCurNumPointers) in onDraw()581 mCurNumPointers = 0; in onPointerEvent()589 mCurNumPointers += 1; in onPointerEvent()590 if (mMaxNumPointers < mCurNumPointers) { in onPointerEvent()591 mMaxNumPointers = mCurNumPointers; in onPointerEvent()685 mCurNumPointers = 0; in onPointerEvent()687 mCurNumPointers -= 1; in onPointerEvent()