Searched defs:bindIcon (Results 1 – 4 of 4) sorted by relevance
| /packages/apps/DocumentsUI/src/com/android/documentsui/sidebar/ | ||
| D | ProfileItem.java | 36     protected void bindIcon(ImageView icon) {  in bindIcon()  method in ProfileItem | 
| D | AppItem.java | 60     protected void bindIcon(ImageView icon) {  in bindIcon()  method in AppItem | 
| D | RootItem.java | 130     private void bindIcon(View view, Drawable drawable) {  in bindIcon()  method in RootItem | 
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/option/ui/adapter/ | ||
| D | OptionItemAdapter.kt | 43     private val bindIcon: (View, T) -> Unit,  constant in com.android.wallpaper.picker.option.ui.adapter.OptionItemAdapter |