Searched refs:mAodIcons (Results 1 – 2 of 2) sorted by relevance
106 private NotificationIconContainer mAodIcons; field in LegacyNotificationIconAreaControllerImpl181 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 …]
82 private NotificationIconContainer mAodIcons; field in LegacyNotificationIconAreaControllerImplTest123 mController.setupAodIcons(mAodIcons); in testAppearResetsTranslation()126 verify(mAodIcons).setTranslationY(0); in testAppearResetsTranslation()127 verify(mAodIcons).setAlpha(1.0f); in testAppearResetsTranslation()