Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeWallpaperParser.kt29 var wallpapers: List<WallpaperInfo> = emptyList() variable in com.android.wallpaper.testing.FakeWallpaperParser
32 val wallpapers = listOf(fakeSystemStaticWallpaperInfo) in parseSystemCategories() constant
DTestWallpaperCategory.java34 public TestWallpaperCategory(String title, String collectionId, List<WallpaperInfo> wallpapers, in TestWallpaperCategory()
DTestCategoryProvider.java41 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in TestCategoryProvider() local
DFakeWallpaperClient.kt83 val wallpapers = in <lambda>() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperCategory.java46 public WallpaperCategory(String title, String collectionId, List<WallpaperInfo> wallpapers, in WallpaperCategory()
51 public WallpaperCategory(String title, String collectionId, List<WallpaperInfo> wallpapers, in WallpaperCategory()
57 List<WallpaperInfo> wallpapers, int priority) { in WallpaperCategory()
62 List<WallpaperInfo> wallpapers, int priority, boolean isDownloadable, in WallpaperCategory()
71 List<WallpaperInfo> wallpapers, int priority) { in WallpaperCategory()
194 public Builder addWallpapers(List<WallpaperInfo> wallpapers) { in addWallpapers()
DThirdPartyLiveWallpaperCategory.java40 List<WallpaperInfo> wallpapers, in ThirdPartyLiveWallpaperCategory()
48 List<WallpaperInfo> wallpapers, in ThirdPartyLiveWallpaperCategory()
DWallpaperReceiver.java29 public void onWallpapersReceived(List<WallpaperInfo> wallpapers); in onWallpapersReceived()
DCreativeCategory.java133 List<WallpaperInfo> wallpapers = readCreativeWallpapers( in fetchWallpapers() local
155 List<WallpaperInfo> wallpapers = new ArrayList<>(); in readCreativeWallpapers() local
DAppResourceWallpaperInfo.java84 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in getAll() local
DSystemStaticWallpaperInfo.java132 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in getAll() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteAnimationTargets.java38 public final RemoteAnimationTarget[] wallpapers; field in RemoteAnimationTargets
47 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RemoteAnimationTargets()
71 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RemoteAnimationTargets()
DRecentsAnimationTargets.java41 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RecentsAnimationTargets()
DLauncherBackAnimationController.java272 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/preview/ui/viewmodel/
DBasePreviewViewModel.kt82 val wallpapers = in <lambda>() constant
91 combine(wallpapers.filterNotNull(), whichPreview) { wallpapers, whichPreview -> in <lambda>() method
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/category/repository/
DDefaultWallpaperCategoryRepositoryTest.kt77 val wallpapers = ArrayList<WallpaperInfo>() in fetchAllCategories should update categories and set isAllCategoriesFetched to true() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/preview/domain/interactor/
DBasePreviewInteractor.kt44 val wallpapers: Flow<WallpaperModelsPair> = in <lambda>() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/preview/ui/binder/
DWallpaperPreviewBinder.kt122 viewModel.wallpapersAndWhichPreview.collect { (wallpapers, whichPreview) -> in <lambda>() method
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
DCarKeyguardViewMediator.java224 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/
DWallpaperClientImpl.kt126 recentHomeWallpapers.asStateFlow().filterNotNull().map { wallpapers -> in <lambda>() method
134 recentLockWallpapers.asStateFlow().filterNotNull().map { wallpapers -> in <lambda>() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment2.kt293 val wallpapers = byGroup.getValue(firstEntry) in <lambda>() constant
305 byGroup.forEach { (groupName, wallpapers) -> in <lambda>() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskView.kt1295 val wallpapers = in <lambda>() constant