Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 25 of 105) sorted by relevance

12345

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DBehavior.kt37 fun bind(cws: ControlWithState, colorOffset: Int = 0) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
H A DMediaProjectionAppSelectorView.kt22 fun bind(recentTasks: List<RecentTask>) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/binder/
H A DContentDescriptionViewBinder.kt23 fun bind( regex
H A DIconViewBinder.kt23 fun bind( regex
H A DTextViewBinder.kt24 fun bind(view: TextView, viewModel: Text) { regex
H A DTintedIconViewBinder.kt30 fun bind( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ui/viewbinder/
H A DExpandableOutlineViewBinder.kt7 fun bind( regex
H A DExpandableViewBinder.kt7 fun bind(viewModel: ViewModel, view: ExpandableView) {} regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardSurfaceBehindViewBinder.kt30 fun bind( regex
H A DWindowManagerLockscreenVisibilityViewBinder.kt30 fun bind( regex
H A DKeyguardPreviewClockViewBinder.kt31 fun bind( regex
H A DLightRevealScrimViewBinder.kt28 fun bind(revealScrim: LightRevealScrim, viewModel: LightRevealScrimViewModel) { regex
H A DUdfpsAodFingerprintViewBinder.kt36 fun bind( regex
H A DKeyguardPreviewSmartspaceViewBinder.kt32 fun bind( regex
H A DUdfpsBackgroundViewBinder.kt37 fun bind( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartableModule.kt31 fun bind(impl: SceneContainerStartable): CoreStartable regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconContainerViewBinder.kt27 fun bind( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
H A DSharedNotificationContainerBinder.kt30 fun bind( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/binder/
H A DPromptFingerprintIconViewBinder.kt32 fun bind(view: LottieAnimationView, viewModel: PromptFingerprintIconViewModel) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DStartShadeModule.kt31 abstract fun bind(shadeController: ShadeController): CoreStartable regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/
H A DShadeCarrierBinder.kt30 fun bind( regex
H A DMobileIconsBinder.kt36 fun bind(view: View, viewModel: MobileIconsViewModel) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/binder/
H A DInternetTileBinder.kt31 fun bind( regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
H A DFeatureFlagsReleaseStartable.kt48 abstract fun bind(impl: FeatureFlagsReleaseStartable): CoreStartable regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java90 public void bind(String name, Bitmap picture, int userId) { in bind() method in UserDetailItemView
95 public void bind(String name, Drawable picture, int userId) { in bind() method in UserDetailItemView

12345