Searched defs:WallpaperInfoView (Results 1 – 2 of 2) sorted by relevance
38 public class WallpaperInfoView extends LinearLayout { class45 public WallpaperInfoView(Context context, @Nullable AttributeSet attrs) { in WallpaperInfoView() method in WallpaperInfoView
30 class WallpaperInfoView(context: Context?, attrs: AttributeSet?) : LinearLayout(context, attrs) { class