Searched refs:mCurNumPointers (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java114 private int mCurNumPointers; field in class:PointerLocationView
222 .append("P: ").append(mCurNumPointers)
525 mCurNumPointers = 0;
533 mCurNumPointers += 1;
534 if (mMaxNumPointers < mCurNumPointers) {
535 mMaxNumPointers = mCurNumPointers;
622 mCurNumPointers = 0;
624 mCurNumPointers -= 1;

Completed in 53 milliseconds