Searched refs:mNotificationIcons (Results 1 – 3 of 3) sorted by relevance
467 private boolean mNotificationIcons; field in StatusBarManager.DisableInfo478 mNotificationIcons = (flags1 & DISABLE_NOTIFICATION_ICONS) != 0; in DisableInfo()598 return mNotificationIcons; in areNotificationIconsDisabled()603 mNotificationIcons = disabled; in setNotificationIconsDisabled()615 && !mSearch && !mSystemIcons && !mClock && !mNotificationIcons; in areAllComponentsEnabled()627 mNotificationIcons = false; in setEnableAll()637 && mRecents && mSearch && mSystemIcons && mClock && mNotificationIcons; in areAllComponentsDisabled()649 mNotificationIcons = true; in setDisableAll()665 sb.append(" mNotificationIcons=").append(mNotificationIcons ? "disabled" : "enabled"); in toString()688 if (mNotificationIcons) disable1 |= DISABLE_NOTIFICATION_ICONS; in toFlags()
65 private View mNotificationIcons; field in KeyguardStatusView185 mNotificationIcons = findViewById(R.id.clock_notification_icon_container); in onFinishInflate()220 if (mNotificationIcons != null) { in onSliceContentChanged()222 MarginLayoutParams params = (MarginLayoutParams) mNotificationIcons.getLayoutParams(); in onSliceContentChanged()227 mNotificationIcons.setLayoutParams(params); in onSliceContentChanged()427 if (mNotificationIcons != null) { in layoutOwnerInfo()430 mNotificationIcons.setScrollY(toRemove); in layoutOwnerInfo()432 } else if (mNotificationIcons != null){ in layoutOwnerInfo()433 mNotificationIcons.setScrollY(0); in layoutOwnerInfo()
66 private NotificationIconContainer mNotificationIcons; field in NotificationIconAreaController116 mNotificationIcons = mNotificationIconArea.findViewById(R.id.notificationIcons); in initializeNotificationAreaViews()144 shelf.setCollapsedIcons(mNotificationIcons); in setupShelf()150 for (int i = 0; i < mNotificationIcons.getChildCount(); i++) { in onDensityOrFontScaleChanged()151 View child = mNotificationIcons.getChildAt(i); in onDensityOrFontScaleChanged()301 updateIconsForLayout(entry -> entry.icon, mNotificationIcons, in updateStatusBarIcons()454 for (int i = 0; i < mNotificationIcons.getChildCount(); i++) { in applyNotificationIconsTint()455 final StatusBarIconView iv = (StatusBarIconView) mNotificationIcons.getChildAt(i); in applyNotificationIconsTint()498 mNotificationIcons.showIconIsolated(icon, animated); in showIconIsolated()502 mNotificationIcons.setIsolatedIconLocation(iconDrawingRect, requireStateUpdate); in setIsolatedIconLocation()[all …]