Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java456 private boolean mShowIconsWhenExpanded; field in NotificationPanelViewController
3165 if (showIconsWhenExpanded != mShowIconsWhenExpanded) { in updateStatusBarIcons()
3166 mShowIconsWhenExpanded = showIconsWhenExpanded; in updateStatusBarIcons()
3228 return !mShowIconsWhenExpanded;
3528 ipw.print("mShowIconsWhenExpanded="); ipw.println(mShowIconsWhenExpanded);