Searched refs:mAodIcons (Results 1 – 2 of 2) sorted by relevance
170 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 …]
77 private NotificationIconContainer mAodIcons; field in NotificationIconAreaControllerTest113 mController.setupAodIcons(mAodIcons); in testAppearResetsTranslation()116 verify(mAodIcons).setTranslationY(0); in testAppearResetsTranslation()117 verify(mAodIcons).setAlpha(1.0f); in testAppearResetsTranslation()