Searched refs:mCurNumPointers (Results 1 – 1 of 1) sorted by relevance
123 private int mCurNumPointers; field in PointerLocationView236 .append("P: ").append(mCurNumPointers) in onDraw()541 mCurNumPointers = 0; in onPointerEvent()549 mCurNumPointers += 1; in onPointerEvent()550 if (mMaxNumPointers < mCurNumPointers) { in onPointerEvent()551 mMaxNumPointers = mCurNumPointers; in onPointerEvent()639 mCurNumPointers = 0; in onPointerEvent()641 mCurNumPointers -= 1; in onPointerEvent()