Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImpl.java106 private NotificationIconContainer mAodIcons; field in LegacyNotificationIconAreaControllerImpl
181 boolean changed = mAodIcons != null && aodIcons != mAodIcons; in setupAodIcons()
183 mAodIcons.setAnimationsEnabled(false); in setupAodIcons()
184 mAodIcons.removeAllViews(); in setupAodIcons()
186 mAodIcons = aodIcons; in setupAodIcons()
187 mAodIcons.setOnLockScreen(true); in setupAodIcons()
217 if (mAodIcons != null) { in updateIconLayoutParams()
218 for (int i = 0; i < mAodIcons.getChildCount(); i++) { in updateIconLayoutParams()
219 View child = mAodIcons.getChildAt(i); in updateIconLayoutParams()
340 if (mAodIcons == null) { in updateAodNotificationIcons()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImplTest.java82 private NotificationIconContainer mAodIcons; field in LegacyNotificationIconAreaControllerImplTest
123 mController.setupAodIcons(mAodIcons); in testAppearResetsTranslation()
126 verify(mAodIcons).setTranslationY(0); in testAppearResetsTranslation()
127 verify(mAodIcons).setAlpha(1.0f); in testAppearResetsTranslation()