Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java109 public static abstract class BottomSheetContent<T extends View> { class in BottomActionBar
114 public BottomSheetContent(Context context) { in BottomSheetContent() method in BottomActionBar.BottomSheetContent
186 private final Map<BottomAction, BottomSheetContent<?>> mContentViewMap =
284 public void bindBottomSheetContentWithAction(BottomSheetContent<?> bottomSheetContent, in bindBottomSheetContentWithAction()