Searched refs:mWallpaperImage (Results 1 – 1 of 1) sorted by relevance
482 private ImageView mWallpaperImage; field in CategoryFragment.SingleWallpaperMetadataHolder493 mWallpaperImage = metadataView.findViewById(R.id.wallpaper_image); in SingleWallpaperMetadataHolder()494 mWallpaperImage.getLayoutParams().width = getSingleWallpaperImageWidth(); in SingleWallpaperMetadataHolder()526 … getActivity(), mWallpaperImage, getResources().getColor(R.color.secondary_color)); in bindWallpaperAsset() local528 mWallpaperImage.setOnClickListener(new OnClickListener() { in bindWallpaperAsset()