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.java366 private boolean mHideIconsDuringNotificationLaunch = true; field in NotificationPanelView
3196 return mHideIconsDuringNotificationLaunch;
3344 if (hideIcons != mHideIconsDuringNotificationLaunch) { in applyExpandAnimationParams()
3345 mHideIconsDuringNotificationLaunch = hideIcons; in applyExpandAnimationParams()