Searched refs:mNotificationIcons (Results 1 – 3 of 3) sorted by relevance
104 private NotificationIconContainer mNotificationIcons; field in LegacyNotificationIconAreaControllerImpl179 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()
1310 private boolean mNotificationIcons; field in StatusBarManager.DisableInfo1322 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()
105 protected NotificationIconContainer mNotificationIcons; field in KeyguardClockSwitchControllerBaseTest143 .thenReturn(mNotificationIcons); in setup()144 when(mNotificationIcons.getLayoutParams()).thenReturn( in setup()