Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt159 updateAodIconsVisibility(animate = false, forceUpdate = changed)
259 updateAodIconsVisibility(animate = false, forceUpdate = false)
301 updateAodIconsVisibility(animate, false /* force */)
308 updateAodIconsVisibility(animate = true, forceUpdate = false)
631 private fun updateAodIconsVisibility(animate: Boolean, forceUpdate: Boolean) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java193 updateAodIconsVisibility(false /* animate */, changed); in setupAodIcons()
534 updateAodIconsVisibility(false /* animate */, false /* force */); in onStateChanged()
609 updateAodIconsVisibility(animate, false /* force */); in onFullyHiddenChanged()
617 updateAodIconsVisibility(true /* animate */, false /* force */); in onPulseExpansionChanged()
621 private void updateAodIconsVisibility(boolean animate, boolean forceUpdate) { in updateAodIconsVisibility() method in LegacyNotificationIconAreaControllerImpl