Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java104 private NotificationIconContainer mNotificationIcons; field in LegacyNotificationIconAreaControllerImpl
179 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()
219 for (int i = 0; i < mNotificationIcons.getChildCount(); i++) { in updateIconLayoutParams()
220 View child = mNotificationIcons.getChildAt(i); in updateIconLayoutParams()
342 updateIconsForLayout(entry -> entry.getIcons().getStatusBarIcon(), mNotificationIcons, in updateStatusBarIcons()
486 for (int i = 0; i < mNotificationIcons.getChildCount(); i++) { in applyNotificationIconsTint()
487 final StatusBarIconView iv = (StatusBarIconView) mNotificationIcons.getChildAt(i); in applyNotificationIconsTint()
510 mNotificationIcons.showIconIsolated(icon, animated); in showIconIsolated()
514 mNotificationIcons.setIsolatedIconLocation(iconDrawingRect, requireStateUpdate); in setIsolatedIconLocation()
543 mNotificationIcons.setAnimationsEnabled(mAnimationsEnabled && inShade); in updateAnimations()
/aosp14/frameworks/base/core/java/android/app/
H A DStatusBarManager.java1310 private boolean mNotificationIcons; field in StatusBarManager.DisableInfo
1322 mNotificationIcons = (flags1 & DISABLE_NOTIFICATION_ICONS) != 0; in DisableInfo()
1438 return mNotificationIcons; in areNotificationIconsDisabled()
1443 mNotificationIcons = disabled; in setNotificationIconsDisabled()
1463 && !mSearch && !mSystemIcons && !mClock && !mNotificationIcons in areAllComponentsEnabled()
1476 mNotificationIcons = false; in setEnableAll()
1487 && mRecents && mSearch && mSystemIcons && mClock && mNotificationIcons in areAllComponentsDisabled()
1500 mNotificationIcons = true; in setDisableAll()
1517 sb.append(" mNotificationIcons=").append(mNotificationIcons ? "disabled" : "enabled"); in toString()
1541 if (mNotificationIcons) disable1 |= DISABLE_NOTIFICATION_ICONS; in toFlags()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardClockSwitchControllerBaseTest.java105 protected NotificationIconContainer mNotificationIcons; field in KeyguardClockSwitchControllerBaseTest
143 .thenReturn(mNotificationIcons); in setup()
144 when(mNotificationIcons.getLayoutParams()).thenReturn( in setup()