Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java312 @Nullable final WallpaperInfo lockWallpaper, in refreshCurrentWallpapers()
328 int numMetadataCards = (lockWallpaper == null) in refreshCurrentWallpapers()
336 holder.bindWallpapers(homeWallpaper, lockWallpaper, presentationMode); in refreshCurrentWallpapers()
443 void bindWallpapers(WallpaperInfo homeWallpaper, WallpaperInfo lockWallpaper, in bindWallpapers() argument
512 public void bindWallpapers(WallpaperInfo homeWallpaper, WallpaperInfo lockWallpaper, in bindWallpapers() argument
691 public void bindWallpapers(WallpaperInfo homeWallpaper, WallpaperInfo lockWallpaper, in bindWallpapers() argument
694 bindLockWallpaper(lockWallpaper); in bindWallpapers()
779 private void bindLockWallpaper(WallpaperInfo lockWallpaper) { in bindLockWallpaper() argument
780 if (lockWallpaper == null) { in bindLockWallpaper()
789 mLockWallpaperInfo = lockWallpaper; in bindLockWallpaper()
[all …]
DTopLevelPickerActivity.java507 @Nullable final WallpaperInfo lockWallpaper, in refreshCurrentWallpapers()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCurrentWallpaperInfoFactory.java83 WallpaperInfo lockWallpaper = null; in createCurrentWallpaperInfos() local
86 lockWallpaper = new CurrentWallpaperInfoVN( in createCurrentWallpaperInfos()
96 mLockWallpaper = lockWallpaper; in createCurrentWallpaperInfos()
99 callback.onWallpaperInfoCreated(homeWallpaper, lockWallpaper, presentationMode); in createCurrentWallpaperInfos()
DWallpaperSetter.java227 factory.createCurrentWallpaperInfos((homeWallpaper, lockWallpaper, presentationMode) -> { in requestDestination() argument
231 if (homeWallpaper instanceof LiveWallpaperInfo && lockWallpaper == null) { in requestDestination()
DCurrentWallpaperInfoFactory.java45 … void onWallpaperInfoCreated(WallpaperInfo homeWallpaper, @Nullable WallpaperInfo lockWallpaper, in onWallpaperInfoCreated() argument
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestCurrentWallpaperInfoFactory.java50 WallpaperInfo lockWallpaper = null; in createCurrentWallpaperInfos() local
52 lockWallpaper = createTestWallpaperInfo( in createCurrentWallpaperInfos()
58 callback.onWallpaperInfoCreated(homeWallpaper, lockWallpaper, presentationMode); in createCurrentWallpaperInfos()
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeNameFragment.java88 (homeWallpaper, lockWallpaper, presentationMode) -> { in onCreate() argument
DThemeFragment.java216 (homeWallpaper, lockWallpaper, presentationMode) -> { in reloadWallpaper() argument
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/
DGridFragment.java138 factory.createCurrentWallpaperInfos((homeWallpaper, lockWallpaper, presentationMode) -> { in onCreateView() argument