Searched refs:wallpaperPreviewContainer (Results 1 – 1 of 1) sorted by relevance
484 View wallpaperPreviewContainer = LayoutInflater.from(context).inflate( in surfaceCreated() local486 mFullResImageView = wallpaperPreviewContainer.findViewById(R.id.full_res_image); in surfaceCreated()487 mLowResImageView = wallpaperPreviewContainer.findViewById(R.id.low_res_image); in surfaceCreated()543 wallpaperPreviewContainer.measure( in surfaceCreated()546 wallpaperPreviewContainer.layout(0, 0, width, height); in surfaceCreated()552 mHost.setView(wallpaperPreviewContainer, wallpaperPreviewContainer.getWidth(), in surfaceCreated()553 wallpaperPreviewContainer.getHeight()); in surfaceCreated()