Home
last modified time | relevance | path

Searched refs:bindWhileAttached (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
DNotificationViewFlipperBinder.kt29 fun bindWhileAttached( in bindWhileAttached() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationViewFlipperFactory.kt54 NotificationViewFlipperBinder.bindWhileAttached(viewFlipper, viewModel) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
DNotificationIconContainerStatusBarViewBinder.kt42 fun bindWhileAttached(view: NotificationIconContainer): DisposableHandle { in bindWhileAttached() method
DNotificationIconContainerAlwaysOnDisplayViewBinder.kt47 fun bindWhileAttached(view: NotificationIconContainer): DisposableHandle { in bindWhileAttached() method in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconContainerAlwaysOnDisplayViewBinder
DNotificationIconContainerViewBinder.kt94 fun bindWhileAttached( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationListViewBinder.kt87 fun bindWhileAttached( in <lambda>() method in com.android.systemui.statusbar.notification.stack.ui.viewbinder.NotificationListViewBinder
172 FooterViewBinder.bindWhileAttached( in <lambda>()
DNotificationScrollViewBinder.kt63 fun bindWhileAttached(): DisposableHandle { in <lambda>() method
DSharedNotificationContainerBinder.kt168 disposables += notificationScrollViewBinder.bindWhileAttached() in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/
DFooterViewBinder.kt33 fun bindWhileAttached( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAodNotificationIconsSection.kt92 NotificationIconContainerViewBinder.bindWhileAttached( in bindData()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitchController.java611 mAodIconsBindHandle = mNicViewBinder.bindWhileAttached(nic); in updateAodIcons()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java482 mNicBindingDisposable = mNicViewBinder.bindWhileAttached(notificationIcons); in initNotificationIconArea()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java928 mViewBinder.bindWhileAttached(mView, this); in setUpView()