Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperPickerRecyclerViewAccessibilityDelegate.java41 public interface BottomSheetHost { interface in WallpaperPickerRecyclerViewAccessibilityDelegate
59 private final BottomSheetHost mBottomSheetHost;
63 RecyclerView recyclerView, BottomSheetHost bottomSheetHost, int columns) { in WallpaperPickerRecyclerViewAccessibilityDelegate()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java77 …port com.android.wallpaper.widget.WallpaperPickerRecyclerViewAccessibilityDelegate.BottomSheetHost;
391 mImageGrid, (BottomSheetHost) getParentFragment(), getNumColumns())); in maybeSetUpImageGrid()
DIndividualPickerFragment2.kt76 import com.android.wallpaper.widget.WallpaperPickerRecyclerViewAccessibilityDelegate.BottomSheetHost in <lambda>()
490 parentFragment as BottomSheetHost?, in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategorySelectorFragment.java65 …port com.android.wallpaper.widget.WallpaperPickerRecyclerViewAccessibilityDelegate.BottomSheetHost;
188 mImageGrid, (BottomSheetHost) getParentFragment(), getNumColumns())); in onCreateView()