Searched refs:mAodIcons (Results 1 – 2 of 2) sorted by relevance
186 boolean changed = mAodIcons != null && aodIcons != mAodIcons; in setupAodIcons()191 mAodIcons = aodIcons; in setupAodIcons()229 if (mAodIcons != null) { in updateIconLayoutParams()352 if (mAodIcons == null) { in updateAodNotificationIcons()519 if (mAodIcons == null) { in onDozingChanged()540 if (mAodIcons != null) { in updateAnimations()552 return mAodIcons == null ? 0 : mAodIcons.getHeight(); in getHeight()556 if (mAodIcons == null) { in appearAodIcons()563 mAodIcons.animate() in appearAodIcons()575 mAodIcons.animate() in animateInAodIconTranslation()[all …]
78 private NotificationIconContainer mAodIcons; field in LegacyNotificationIconAreaControllerImplTest118 mController.setupAodIcons(mAodIcons); in testAppearResetsTranslation()121 verify(mAodIcons).setTranslationY(0); in testAppearResetsTranslation()122 verify(mAodIcons).setAlpha(1.0f); in testAppearResetsTranslation()