Home
last modified time | relevance | path

Searched refs:foregroundView (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/binder/
DOptionItemBinder.kt80 val foregroundView: View = view.requireViewById(R.id.foreground) in <lambda>() constant
92 view = foregroundView, in <lambda>()
112 foregroundView.alpha = in <lambda>()
152 if (foregroundTintSpec != null && foregroundView is ImageView) { in <lambda>()
154 foregroundView.setColorFilter( in <lambda>()
158 foregroundView.setColorFilter( in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/ui/binder/
DGridScreenBinder.kt68 bindIcon = { foregroundView: View, gridIcon: GridIconViewModel -> in <lambda>() method
69 val imageView = foregroundView as? ImageView in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/color/ui/binder/
DColorPickerBinder.kt67 bindIcon = { foregroundView: View, colorIcon: ColorOptionIconViewModel -> in <lambda>() method
68 val colorOptionIconView = foregroundView as? ColorOptionIconView in <lambda>()
/packages/apps/ThemePicker/src/com/android/customization/picker/quickaffordance/ui/binder/
DKeyguardQuickAffordancePickerBinder.kt93 bindIcon = { foregroundView: View, gridIcon: Icon -> in <lambda>() method
94 val imageView = foregroundView as? ImageView in <lambda>()