Searched refs:mPinnedHeadsUpCount (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java94 private int mPinnedHeadsUpCount; field in class:ScrimController
143 if (mPinnedHeadsUpCount != 0) {
456 mPinnedHeadsUpCount++;
462 mPinnedHeadsUpCount--;
536 if (mPinnedHeadsUpCount >= 2) {
538 } else if (mPinnedHeadsUpCount == 0) {

Completed in 58 milliseconds