Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaController.java170 boolean changed = mAodIcons != null && aodIcons != mAodIcons; in setupAodIcons()
175 mAodIcons = aodIcons; in setupAodIcons()
189 if (mAodIcons != null) { in updatePosition()
221 if (mAodIcons != null) { in updateIconLayoutParams()
388 if (mAodIcons == null) { in updateAodNotificationIcons()
579 if (mAodIcons == null) { in onDozingChanged()
600 if (mAodIcons != null) { in updateAnimations()
613 return mAodIcons == null ? 0 : mAodIcons.getHeight(); in getHeight()
617 if (mAodIcons == null) { in appearAodIcons()
624 mAodIcons.animate() in appearAodIcons()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationIconAreaControllerTest.java77 private NotificationIconContainer mAodIcons; field in NotificationIconAreaControllerTest
113 mController.setupAodIcons(mAodIcons); in testAppearResetsTranslation()
116 verify(mAodIcons).setTranslationY(0); in testAppearResetsTranslation()
117 verify(mAodIcons).setAlpha(1.0f); in testAppearResetsTranslation()