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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java123 private int mCurNumPointers; field in class:PointerLocationView
236 .append("P: ").append(mCurNumPointers)
541 mCurNumPointers = 0;
549 mCurNumPointers += 1;
550 if (mMaxNumPointers < mCurNumPointers) {
551 mMaxNumPointers = mCurNumPointers;
639 mCurNumPointers = 0;
641 mCurNumPointers -= 1;

Completed in 24 milliseconds