Searched refs:WallpaperSectionController (Results 1 – 4 of 4) sorted by relevance
20 import com.android.wallpaper.model.WallpaperSectionController;37 .filter(controller -> controller instanceof WallpaperSectionController) in getAvailableSections()
14 import com.android.wallpaper.model.WallpaperSectionController;32 sectionControllers.add(new WallpaperSectionController( in getAllSectionControllers()
19 import com.android.wallpaper.model.WallpaperSectionController;39 sectionControllers.add(new WallpaperSectionController( in getAllSectionControllers()
70 public class WallpaperSectionController implements class108 public WallpaperSectionController(Activity activity, LifecycleOwner lifecycleOwner, in WallpaperSectionController() method in WallpaperSectionController