Searched refs:nic (Results 1 – 3 of 3) sorted by relevance
63 private lateinit var nic: NotificationIconContainer variable in com.android.systemui.keyguard.ui.view.layout.sections.AodNotificationIconsSection69 nic = in addViews()81 constraintLayout.addView(nic) in addViews()93 nic, in bindData()101 notificationIconAreaController.setupAodIcons(nic) in bindData()
273 View nic = mView.findViewById( in hideSliceViewAndNotificationIconContainer() local275 if (nic != null) { in hideSliceViewAndNotificationIconContainer()276 nic.setVisibility(View.GONE); in hideSliceViewAndNotificationIconContainer()603 NotificationIconContainer nic = (NotificationIconContainer) in updateAodIcons() local610 if (nic != null) { in updateAodIcons()611 mAodIconsBindHandle = mNicViewBinder.bindWhileAttached(nic); in updateAodIcons()612 mAodIconContainer = nic; in updateAodIcons()615 mNotificationIconAreaController.setupAodIcons(nic); in updateAodIcons()616 mAodIconContainer = nic; in updateAodIcons()
156 final View nic = mKeyguardClockSwitchController.getAodNotifIconContainer();157 if (nic != null) {159 nic.setTranslationY((int) anim.getAnimatedValue());