Searched refs:lockWallpaper (Results 1 – 9 of 9) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | CategoryFragment.java | 312 @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 …]
|
D | TopLevelPickerActivity.java | 507 @Nullable final WallpaperInfo lockWallpaper, in refreshCurrentWallpapers()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultCurrentWallpaperInfoFactory.java | 83 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()
|
D | WallpaperSetter.java | 227 factory.createCurrentWallpaperInfos((homeWallpaper, lockWallpaper, presentationMode) -> { in requestDestination() argument 231 if (homeWallpaper instanceof LiveWallpaperInfo && lockWallpaper == null) { in requestDestination()
|
D | CurrentWallpaperInfoFactory.java | 45 … void onWallpaperInfoCreated(WallpaperInfo homeWallpaper, @Nullable WallpaperInfo lockWallpaper, in onWallpaperInfoCreated() argument
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestCurrentWallpaperInfoFactory.java | 50 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/ |
D | CustomThemeNameFragment.java | 88 (homeWallpaper, lockWallpaper, presentationMode) -> { in onCreate() argument
|
D | ThemeFragment.java | 216 (homeWallpaper, lockWallpaper, presentationMode) -> { in reloadWallpaper() argument
|
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/ |
D | GridFragment.java | 138 factory.createCurrentWallpaperInfos((homeWallpaper, lockWallpaper, presentationMode) -> { in onCreateView() argument
|