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.java296 private boolean mHideIconsDuringNotificationLaunch = true; field in NotificationPanelView
2848 return mHideIconsDuringNotificationLaunch;
2996 if (hideIcons != mHideIconsDuringNotificationLaunch) { in applyExpandAnimationParams()
2997 mHideIconsDuringNotificationLaunch = hideIcons; in applyExpandAnimationParams()