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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelView.java128 private boolean mUnlockIconActive; field in class:NotificationPanelView
393 mUnlockIconActive = false;
1322 if (active && !mUnlockIconActive && mTracking) {
1326 } else if (!active && mUnlockIconActive && mTracking) {
1332 mUnlockIconActive = active;

Completed in 27 milliseconds