Home
last modified time | relevance | path

Searched refs:TextViewBinder (Results 1 – 7 of 7) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/dialog/ui/viewbinder/
DDialogViewBinder.kt34 import com.android.wallpaper.picker.common.text.ui.viewbinder.TextViewBinder in <lambda>()
63 TextViewBinder.bind( in <lambda>()
72 TextViewBinder.bind( in <lambda>()
81 TextViewBinder.bind( in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/button/ui/viewbinder/
DButtonViewBinder.kt28 import com.android.wallpaper.picker.common.text.ui.viewbinder.TextViewBinder
43 TextViewBinder.bind( in create()
/packages/apps/ThemePicker/src/com/android/customization/picker/settings/ui/binder/
DColorContrastSectionViewBinder.kt30 import com.android.wallpaper.picker.common.text.ui.viewbinder.TextViewBinder in <lambda>()
51 TextViewBinder.bind( in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/binder/
DKeyguardQuickAffordanceSectionViewBinder.kt31 import com.android.wallpaper.picker.common.text.ui.viewbinder.TextViewBinder in <lambda>()
53 TextViewBinder.bind( in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DWallpaperQuickSwitchSectionBinder.kt31 import com.android.wallpaper.picker.common.text.ui.viewbinder.TextViewBinder in <lambda>()
47 TextViewBinder.bind(moreWallpapers, viewModel.actionText) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/binder/
DOptionItemBinder.kt36 import com.android.wallpaper.picker.common.text.ui.viewbinder.TextViewBinder in <lambda>()
84 TextViewBinder.bind( in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/text/ui/viewbinder/
DTextViewBinder.kt23 object TextViewBinder { object