/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/ |
D | NotificationViewFlipperBinder.kt | 29 fun bindWhileAttached( in bindWhileAttached() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationViewFlipperFactory.kt | 54 NotificationViewFlipperBinder.bindWhileAttached(viewFlipper, viewModel) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
D | NotificationIconContainerStatusBarViewBinder.kt | 42 fun bindWhileAttached(view: NotificationIconContainer): DisposableHandle { in bindWhileAttached() method
|
D | NotificationIconContainerAlwaysOnDisplayViewBinder.kt | 47 fun bindWhileAttached(view: NotificationIconContainer): DisposableHandle { in bindWhileAttached() method in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconContainerAlwaysOnDisplayViewBinder
|
D | NotificationIconContainerViewBinder.kt | 94 fun bindWhileAttached( in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/ |
D | NotificationListViewBinder.kt | 87 fun bindWhileAttached( in <lambda>() method in com.android.systemui.statusbar.notification.stack.ui.viewbinder.NotificationListViewBinder 172 FooterViewBinder.bindWhileAttached( in <lambda>()
|
D | NotificationScrollViewBinder.kt | 63 fun bindWhileAttached(): DisposableHandle { in <lambda>() method
|
D | SharedNotificationContainerBinder.kt | 168 disposables += notificationScrollViewBinder.bindWhileAttached() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/viewbinder/ |
D | FooterViewBinder.kt | 33 fun bindWhileAttached( in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | AodNotificationIconsSection.kt | 92 NotificationIconContainerViewBinder.bindWhileAttached( in bindData()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardClockSwitchController.java | 611 mAodIconsBindHandle = mNicViewBinder.bindWhileAttached(nic); in updateAodIcons()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
D | CollapsedStatusBarFragment.java | 482 mNicBindingDisposable = mNicViewBinder.bindWhileAttached(notificationIcons); in initNotificationIconArea()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutController.java | 928 mViewBinder.bindWhileAttached(mView, this); in setUpView()
|