Home
last modified time | relevance | path

Searched refs:CurrentWallpaperInfoFactory (Results 1 – 10 of 10) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DBaseWallpaperInjector.java36 private CurrentWallpaperInfoFactory mCurrentWallpaperFactory;
104 public synchronized CurrentWallpaperInfoFactory getCurrentWallpaperFactory(Context context) { in getCurrentWallpaperFactory()
DCurrentWallpaperInfoFactory.java27 public interface CurrentWallpaperInfoFactory { interface
DInjector.java41 CurrentWallpaperInfoFactory getCurrentWallpaperFactory(Context context); in getCurrentWallpaperFactory()
DDefaultCurrentWallpaperInfoFactory.java34 public class DefaultCurrentWallpaperInfoFactory implements CurrentWallpaperInfoFactory {
DWallpaperSetter.java223 CurrentWallpaperInfoFactory factory = InjectorProvider.getInjector() in requestDestination()
/packages/apps/ThemePicker/src/com/android/customization/picker/theme/
DCustomThemeNameFragment.java43 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
85 CurrentWallpaperInfoFactory currentWallpaperFactory = InjectorProvider.getInjector() in onCreate()
DThemeFragment.java65 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
104 private CurrentWallpaperInfoFactory mCurrentWallpaperFactory;
/packages/apps/ThemePicker/src/com/android/customization/picker/grid/
DGridFragment.java51 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
135 CurrentWallpaperInfoFactory factory = InjectorProvider.getInjector() in onCreateView()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DTopLevelPickerActivity.java55 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
56 import com.android.wallpaper.module.CurrentWallpaperInfoFactory.WallpaperInfoCallback;
476 CurrentWallpaperInfoFactory factory = injector.getCurrentWallpaperFactory(this); in refreshCurrentWallpapers()
DCategoryFragment.java58 import com.android.wallpaper.module.CurrentWallpaperInfoFactory;
59 import com.android.wallpaper.module.CurrentWallpaperInfoFactory.WallpaperInfoCallback;
304 CurrentWallpaperInfoFactory factory = InjectorProvider.getInjector() in refreshCurrentWallpapers()