Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/
DMediaProjectionAppSelectorView.kt22 fun bind(recentTasks: List<RecentTask>) method
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/binder/
DTextViewBinder.kt24 fun bind(view: TextView, viewModel: Text) { in bind() method
DIconViewBinder.kt23 fun bind( in bind() method
DTintedIconViewBinder.kt29 fun bind( in bind() method
DContentDescriptionViewBinder.kt23 fun bind( in bind() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DBehavior.kt37 fun bind(cws: ControlWithState, colorOffset: Int = 0) method
DDefaultBehavior.kt26 override fun bind(cws: ControlWithState, colorOffset: Int) { in bind() method in com.android.systemui.controls.ui.DefaultBehavior
DToggleBehavior.kt43 override fun bind(cws: ControlWithState, colorOffset: Int) { in bind() method in com.android.systemui.controls.ui.ToggleBehavior
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/binder/
DMobileIconsBinder.kt36 fun bind(view: View, viewModel: MobileIconsViewModel) { in bind() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DFeatureFlagsReleaseStartable.kt48 abstract fun bind(impl: FeatureFlagsReleaseStartable): CoreStartable method
DFeatureFlagsDebugStartable.kt64 abstract fun bind(impl: FeatureFlagsDebugStartable): CoreStartable method in FeatureFlagsDebugStartableModule
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DLightRevealScrimViewBinder.kt28 fun bind(revealScrim: LightRevealScrim, viewModel: LightRevealScrimViewModel) { in <lambda>() method
DKeyguardLongPressViewBinder.kt40 fun bind( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DStartKeyguardTransitionModule.kt31 abstract fun bind(impl: KeyguardTransitionCoreStartable): CoreStartable method in com.android.systemui.keyguard.domain.interactor.StartKeyguardTransitionModule
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/
DUserViewBinder.kt35 fun bind(view: View, viewModel: UserViewModel) { in bind() method
DStatusBarUserChipViewBinder.kt36 fun bind( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DStructureAdapter.kt55 fun bind(model: ControlsModel) { in bind() method
/frameworks/av/media/libstagefright/renderfright/gl/
DGLVertexBuffer.cpp45 void GLVertexBuffer::bind() const { in bind() function in android::renderengine::gl::GLVertexBuffer
DGLFramebuffer.cpp94 void GLFramebuffer::bind() const { in bind() function in android::renderengine::gl::GLFramebuffer
/frameworks/native/libs/renderengine/gl/
DGLVertexBuffer.cpp45 void GLVertexBuffer::bind() const { in bind() function in android::renderengine::gl::GLVertexBuffer
DGLFramebuffer.cpp97 void GLFramebuffer::bind() const { in bind() function in android::renderengine::gl::GLFramebuffer
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
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
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
DRecentTaskViewHolder.kt58 fun bind(task: RecentTask, onClick: (View) -> Unit) { in <lambda>() method in com.android.systemui.mediaprojection.appselector.view.RecentTaskViewHolder
DMediaProjectionRecentsViewController.kt64 fun bind(recentTasks: List<RecentTask>) { in <lambda>() method in com.android.systemui.mediaprojection.appselector.view.MediaProjectionRecentsViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/
DTVSystemUICoreStartableModule.kt92 abstract fun bind(sysui: RingtonePlayer): CoreStartable method in com.android.systemui.tv.TVSystemUICoreStartableModule

1234