Home
last modified time | relevance | path

Searched defs:WallpaperInfoView (Results 1 – 2 of 2) sorted by relevance

/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
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperInfoView.kt30 class WallpaperInfoView(context: Context?, attrs: AttributeSet?) : LinearLayout(context, attrs) { class