Home
last modified time | relevance | path

Searched refs:fromAttributeSet (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperParserImpl.kt144 SystemStaticWallpaperInfo.fromAttributeSet( in parseXmlForWallpapersForASingleCategory()
151 LiveWallpaperInfo.fromAttributeSet( in parseXmlForWallpapersForASingleCategory()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCategoryProvider.java347 .fromAttributeSet(mPartnerProvider.getPackageName(), in getSystemCategories()
352 wallpaper = LiveWallpaperInfo.fromAttributeSet(mAppContext, in getSystemCategories()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DSystemStaticWallpaperInfo.java105 public static SystemStaticWallpaperInfo fromAttributeSet(String packageName, in fromAttributeSet() method in SystemStaticWallpaperInfo
DLiveWallpaperInfo.java87 public static LiveWallpaperInfo fromAttributeSet(Context context, String categoryId, in fromAttributeSet() method in LiveWallpaperInfo