Searched refs:NotificationIconContainer (Results 1 – 15 of 15) sorted by relevance
26 import com.android.systemui.statusbar.phone.NotificationIconContainer41 override fun setupAodIcons(aodIcons: NotificationIconContainer?) = unsupported in setupAodIcons()43 override fun setShelfIcons(icons: NotificationIconContainer) = unsupported in setupAodIcons()
43 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>()
24 import com.android.systemui.statusbar.phone.NotificationIconContainer38 suspend fun bind(view: NotificationIconContainer) { in bind()
26 import com.android.systemui.statusbar.phone.NotificationIconContainer42 fun bindWhileAttached(view: NotificationIconContainer): DisposableHandle { in bindWhileAttached()
28 import com.android.systemui.statusbar.phone.NotificationIconContainer47 fun bindWhileAttached(view: NotificationIconContainer): DisposableHandle { in bindWhileAttached()
30 fun setupAodIcons(aodIcons: NotificationIconContainer?)31 fun setShelfIcons(icons: NotificationIconContainer)
104 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()
58 public class NotificationIconContainer extends ViewGroup { class176 public NotificationIconContainer(Context context, AttributeSet attrs) { in NotificationIconContainer() method in NotificationIconContainer
42 import com.android.systemui.statusbar.phone.NotificationIconContainer63 private lateinit var nic: NotificationIconContainer70 NotificationIconContainer(context, null).apply { in addViews()
58 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()
66 import com.android.systemui.statusbar.phone.NotificationIconContainer;128 @Nullable private NotificationIconContainer mAodIconContainer;603 NotificationIconContainer nic = (NotificationIconContainer) in updateAodIcons()
59 import com.android.systemui.statusbar.phone.NotificationIconContainer;107 protected NotificationIconContainer mNotificationIcons;
82 private NotificationIconContainer mAodIcons;
41 private val iconContainer = NotificationIconContainer(context, /* attrs= */ null)
61 import com.android.systemui.statusbar.phone.NotificationIconContainer;479 NotificationIconContainer notificationIcons = in initNotificationIconArea()