Home
last modified time | relevance | path

Searched refs:NotificationIconContainer (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconAreaControllerViewBinderWrapperImpl.kt26 import com.android.systemui.statusbar.phone.NotificationIconContainer
41 override fun setupAodIcons(aodIcons: NotificationIconContainer?) = unsupported in setupAodIcons()
43 override fun setShelfIcons(icons: NotificationIconContainer) = unsupported in setupAodIcons()
DNotificationIconContainerViewBinder.kt43 import com.android.systemui.statusbar.phone.NotificationIconContainer in <lambda>()
63 view: NotificationIconContainer, in <lambda>()
95 view: NotificationIconContainer, in <lambda>()
110 view: NotificationIconContainer, in <lambda>()
146 private suspend fun Flow<Boolean>.bindAnimationsEnabled(view: NotificationIconContainer) { in <lambda>()
151 view: NotificationIconContainer, in <lambda>()
182 view: NotificationIconContainer, in <lambda>()
212 view: NotificationIconContainer, in <lambda>()
345 private inline fun <R> NotificationIconContainer.withIconReplacements( in <lambda>()
358 private inline fun <R> NotificationIconContainer.changeViewPositions(block: () -> R): R { in <lambda>()
DNotificationIconContainerShelfViewBinder.kt24 import com.android.systemui.statusbar.phone.NotificationIconContainer
38 suspend fun bind(view: NotificationIconContainer) { in bind()
DNotificationIconContainerStatusBarViewBinder.kt26 import com.android.systemui.statusbar.phone.NotificationIconContainer
42 fun bindWhileAttached(view: NotificationIconContainer): DisposableHandle { in bindWhileAttached()
DNotificationIconContainerAlwaysOnDisplayViewBinder.kt28 import com.android.systemui.statusbar.phone.NotificationIconContainer
47 fun bindWhileAttached(view: NotificationIconContainer): DisposableHandle { in bindWhileAttached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.kt30 fun setupAodIcons(aodIcons: NotificationIconContainer?)
31 fun setShelfIcons(icons: NotificationIconContainer)
DLegacyNotificationIconAreaControllerImpl.java104 private NotificationIconContainer mNotificationIcons;
105 private NotificationIconContainer mShelfIcons;
106 private NotificationIconContainer mAodIcons;
180 public void setupAodIcons(@NonNull NotificationIconContainer aodIcons) { in setupAodIcons()
196 public void setShelfIcons(NotificationIconContainer icons) { in setShelfIcons()
369 NotificationIconContainer hostLayout, boolean showAmbient, boolean showLowPriority, in updateIconsForLayout()
DNotificationIconContainer.java58 public class NotificationIconContainer extends ViewGroup { class
176 public NotificationIconContainer(Context context, AttributeSet attrs) { in NotificationIconContainer() method in NotificationIconContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAodNotificationIconsSection.kt42 import com.android.systemui.statusbar.phone.NotificationIconContainer
63 private lateinit var nic: NotificationIconContainer
70 NotificationIconContainer(context, null).apply { in addViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java58 import com.android.systemui.statusbar.phone.NotificationIconContainer;
79 private NotificationIconContainer mShelfIcons;
176 public NotificationIconContainer getShelfIcons() { in getShelfIcons()
815 NotificationIconContainer.IconState iconState = getIconState(icon); in updateIconPositioning()
858 NotificationIconContainer.IconState iconState = getIconState(icon); in setIconTransformationAmount()
895 private NotificationIconContainer.IconState getIconState(StatusBarIconView icon) { in getIconState()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java66 import com.android.systemui.statusbar.phone.NotificationIconContainer;
128 @Nullable private NotificationIconContainer mAodIconContainer;
603 NotificationIconContainer nic = (NotificationIconContainer) in updateAodIcons()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardClockSwitchControllerBaseTest.java59 import com.android.systemui.statusbar.phone.NotificationIconContainer;
107 protected NotificationIconContainer mNotificationIcons;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyNotificationIconAreaControllerImplTest.java82 private NotificationIconContainer mAodIcons;
DNotificationIconContainerTest.kt41 private val iconContainer = NotificationIconContainer(context, /* attrs= */ null)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java61 import com.android.systemui.statusbar.phone.NotificationIconContainer;
479 NotificationIconContainer notificationIcons = in initNotificationIconArea()