Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java248 private boolean mHideIconsDuringNotificationLaunch = true; field in NotificationPanelView
2651 return mHideIconsDuringNotificationLaunch;
2792 if (hideIcons != mHideIconsDuringNotificationLaunch) { in applyExpandAnimationParams()
2793 mHideIconsDuringNotificationLaunch = hideIcons; in applyExpandAnimationParams()