Home
last modified time | relevance | path

Searched defs:wallpapers (Results 1 – 11 of 11) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperReceiver.java29 public void onWallpapersReceived(List<WallpaperInfo> wallpapers); in onWallpapersReceived()
DThirdPartyLiveWallpaperCategory.java35 List<WallpaperInfo> wallpapers, in ThirdPartyLiveWallpaperCategory()
80 FetchLiveWallpapersTask(Context context, List<WallpaperInfo> wallpapers, in FetchLiveWallpapersTask()
DWallpaperCategory.java46 public WallpaperCategory(String title, String collectionId, List<WallpaperInfo> wallpapers, in WallpaperCategory()
52 List<WallpaperInfo> wallpapers, int priority) { in WallpaperCategory()
60 List<WallpaperInfo> wallpapers, int priority) { in WallpaperCategory()
DAppResourceWallpaperInfo.java84 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in getAll() local
DSystemStaticWallpaperInfo.java112 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in getAll() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteAnimationTargets.java36 public final RemoteAnimationTargetCompat[] wallpapers; field in RemoteAnimationTargets
44 RemoteAnimationTargetCompat[] wallpapers, RemoteAnimationTargetCompat[] nonApps, in RemoteAnimationTargets()
DRecentsAnimationTargets.java34 RemoteAnimationTargetCompat[] wallpapers, Rect homeContentInsets, in RecentsAnimationTargets()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperCategory.java34 public TestWallpaperCategory(String title, String collectionId, List<WallpaperInfo> wallpapers, in TestWallpaperCategory()
DTestCategoryProvider.java41 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in TestCategoryProvider() local
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperPickerActivity.java145 ArrayList<WallpaperTileInfo> wallpapers = findBundledWallpapers(); in init() local
396 private void populateWallpapers(ViewGroup parent, List<? extends WallpaperTileInfo> wallpapers, in populateWallpapers()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java451 public void onWallpapersReceived(List<WallpaperInfo> wallpapers) { in fetchWallpapers()
1225 IndividualAdapter(List<WallpaperInfo> wallpapers) { in IndividualAdapter()