Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperInfoContent.kt27 FloatingSheetContent<WallpaperInfoView>(context) { in <lambda>()
31 private var wallpaperInfoView: WallpaperInfoView? = null in <lambda>()
36 override fun onViewCreated(view: WallpaperInfoView) { in <lambda>()
69 private fun populateWallpaperInfo(view: WallpaperInfoView?) { in <lambda>()
DWallpaperInfoView.kt30 class WallpaperInfoView(context: Context?, attrs: AttributeSet?) : LinearLayout(context, attrs) { class
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java38 public class WallpaperInfoView extends LinearLayout { class
45 public WallpaperInfoView(Context context, @Nullable AttributeSet attrs) { in WallpaperInfoView() method in WallpaperInfoView