Searched refs:wallpaperPreviewContainer (Results 1 – 1 of 1) sorted by relevance
546 View wallpaperPreviewContainer = LayoutInflater.from(context).inflate( in surfaceCreated() local548 mFullResImageView = wallpaperPreviewContainer.findViewById(R.id.full_res_image); in surfaceCreated()549 mLowResImageView = wallpaperPreviewContainer.findViewById(R.id.low_res_image); in surfaceCreated()626 wallpaperPreviewContainer.measure( in surfaceCreated()629 wallpaperPreviewContainer.layout(0, 0, width, height); in surfaceCreated()635 mHost.setView(wallpaperPreviewContainer, wallpaperPreviewContainer.getWidth(), in surfaceCreated()636 wallpaperPreviewContainer.getHeight()); in surfaceCreated()