Home
last modified time | relevance | path

Searched refs:nic (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAodNotificationIconsSection.kt63 private lateinit var nic: NotificationIconContainer variable in com.android.systemui.keyguard.ui.view.layout.sections.AodNotificationIconsSection
69 nic = in addViews()
81 constraintLayout.addView(nic) in addViews()
93 nic, in bindData()
101 notificationIconAreaController.setupAodIcons(nic) in bindData()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java273 View nic = mView.findViewById( in hideSliceViewAndNotificationIconContainer() local
275 if (nic != null) { in hideSliceViewAndNotificationIconContainer()
276 nic.setVisibility(View.GONE); in hideSliceViewAndNotificationIconContainer()
603 NotificationIconContainer nic = (NotificationIconContainer) in updateAodIcons() local
610 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()
DKeyguardStatusViewController.java156 final View nic = mKeyguardClockSwitchController.getAodNotifIconContainer();
157 if (nic != null) {
159 nic.setTranslationY((int) anim.getAnimatedValue());