Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java188 updateAodIconsVisibility(false /* animate */, changed); in setupAodIcons()
522 updateAodIconsVisibility(false /* animate */, false /* force */); in onStateChanged()
605 updateAodIconsVisibility(animate, false /* force */); in onFullyHiddenChanged()
613 updateAodIconsVisibility(true /* animate */, false /* force */); in onPulseExpansionAmountChanged()
617 private void updateAodIconsVisibility(boolean animate, boolean forceUpdate) { in updateAodIconsVisibility() method in LegacyNotificationIconAreaControllerImpl