Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java144 private int mCurNumPointers; field in PointerLocationView
423 .append("P: ").append(mCurNumPointers) in drawLabels()
598 mCurNumPointers = 0; in onPointerEvent()
606 mCurNumPointers += 1; in onPointerEvent()
607 if (mMaxNumPointers < mCurNumPointers) { in onPointerEvent()
608 mMaxNumPointers = mCurNumPointers; in onPointerEvent()
699 mCurNumPointers = 0; in onPointerEvent()
701 mCurNumPointers -= 1; in onPointerEvent()