Home
last modified time | relevance | path

Searched refs:shouldShowTitle (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultLiveWallpaperInfoFactory.java36 boolean shouldShowTitle, @Nullable String collectionId) { in getLiveWallpaperInfo() argument
37 return new LiveWallpaperInfo(info, shouldShowTitle, collectionId); in getLiveWallpaperInfo()
DLiveWallpaperInfoFactory.java36 WallpaperInfo getLiveWallpaperInfo(android.app.WallpaperInfo info, boolean shouldShowTitle, in getLiveWallpaperInfo() argument
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java228 boolean shouldShowTitle, String collectionId) { in getFromSpecifiedPackage() argument
262 factory.getLiveWallpaperInfo(wallpaperInfo, shouldShowTitle, collectionId)); in getFromSpecifiedPackage()