Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java175 private boolean mUnlockIconActive; field in NotificationPanelView
611 mUnlockIconActive = false; in resetViews()
1691 if (active && !mUnlockIconActive && mTracking) { in updateUnlockIcon()
1695 } else if (!active && mUnlockIconActive && mTracking) { in updateUnlockIcon()
1701 mUnlockIconActive = active; in updateUnlockIcon()