/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/ |
D | FakeWallpaperParser.kt | 29 var wallpapers: List<WallpaperInfo> = emptyList() variable in com.android.wallpaper.testing.FakeWallpaperParser 32 val wallpapers = listOf(fakeSystemStaticWallpaperInfo) in parseSystemCategories() constant
|
D | TestWallpaperCategory.java | 34 public TestWallpaperCategory(String title, String collectionId, List<WallpaperInfo> wallpapers, in TestWallpaperCategory()
|
D | TestCategoryProvider.java | 41 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in TestCategoryProvider() local
|
D | FakeWallpaperClient.kt | 83 val wallpapers = in <lambda>() constant
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | WallpaperCategory.java | 46 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()
|
D | ThirdPartyLiveWallpaperCategory.java | 40 List<WallpaperInfo> wallpapers, in ThirdPartyLiveWallpaperCategory() 48 List<WallpaperInfo> wallpapers, in ThirdPartyLiveWallpaperCategory()
|
D | WallpaperReceiver.java | 29 public void onWallpapersReceived(List<WallpaperInfo> wallpapers); in onWallpapersReceived()
|
D | CreativeCategory.java | 133 List<WallpaperInfo> wallpapers = readCreativeWallpapers( in fetchWallpapers() local 155 List<WallpaperInfo> wallpapers = new ArrayList<>(); in readCreativeWallpapers() local
|
D | AppResourceWallpaperInfo.java | 84 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in getAll() local
|
D | SystemStaticWallpaperInfo.java | 132 ArrayList<WallpaperInfo> wallpapers = new ArrayList<>(); in getAll() local
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RemoteAnimationTargets.java | 38 public final RemoteAnimationTarget[] wallpapers; field in RemoteAnimationTargets 47 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RemoteAnimationTargets() 71 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RemoteAnimationTargets()
|
D | RecentsAnimationTargets.java | 41 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in RecentsAnimationTargets()
|
D | LauncherBackAnimationController.java | 272 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/preview/ui/viewmodel/ |
D | BasePreviewViewModel.kt | 82 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/ |
D | DefaultWallpaperCategoryRepositoryTest.kt | 77 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/ |
D | BasePreviewInteractor.kt | 44 val wallpapers: Flow<WallpaperModelsPair> = in <lambda>() constant
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/common/preview/ui/binder/ |
D | WallpaperPreviewBinder.kt | 122 viewModel.wallpapersAndWhichPreview.collect { (wallpapers, whichPreview) -> in <lambda>() method
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/ |
D | CarKeyguardViewMediator.java | 224 RemoteAnimationTarget[] wallpapers, RemoteAnimationTarget[] nonApps, in onAnimationStart()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/content/ |
D | WallpaperClientImpl.kt | 126 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/ |
D | IndividualPickerFragment2.kt | 293 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/ |
D | TaskView.kt | 1295 val wallpapers = in <lambda>() constant
|