Home
last modified time | relevance | path

Searched defs:wallpaperComponent (Results 1 – 8 of 8) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperInfoView.kt106 val wallpaperComponent = wallpaperInfo.wallpaperComponent in shouldShowMetadata() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperMetadata.java34 public LiveWallpaperMetadata(android.app.WallpaperInfo wallpaperComponent, in LiveWallpaperMetadata()
DWallpaperMetadata.java39 android.app.WallpaperInfo wallpaperComponent, Map<Point, Rect> cropHints) { in WallpaperMetadata()
DThirdPartyLiveWallpaperCategory.java85 android.app.WallpaperInfo wallpaperComponent = wallpaper.getWallpaperComponent(); in containsThirdParty() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java102 android.app.WallpaperInfo wallpaperComponent = wallpaperInfo.getWallpaperComponent(); in shouldShowMetadata() local
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestStaticWallpaperInfo.java185 public void setWallpaperComponent(android.app.WallpaperInfo wallpaperComponent) { in setWallpaperComponent()
DTestLiveWallpaperInfo.java189 public void setWallpaperComponent(android.app.WallpaperInfo wallpaperComponent) { in setWallpaperComponent()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperRefresher.java199 android.app.WallpaperInfo wallpaperComponent = mWallpaperManager.getWallpaperInfo(); in setFallbackHomeScreenWallpaperMetadata() local