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

/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java107 private int mCurNumPointers; field in class:PointerLocationView
215 .append("P: ").append(mCurNumPointers)
506 mCurNumPointers = 0;
514 mCurNumPointers += 1;
515 if (mMaxNumPointers < mCurNumPointers) {
516 mMaxNumPointers = mCurNumPointers;
596 mCurNumPointers = 0;
598 mCurNumPointers -= 1;

Completed in 66 milliseconds