Searched refs:BlockScreenView (Results 1 – 2 of 2) sorted by relevance
36 public class BlockScreenView extends FrameLayout { class55 public BlockScreenView(Context context) { in BlockScreenView() method in BlockScreenView59 public BlockScreenView(Context context, AttributeSet attrs) { in BlockScreenView() method in BlockScreenView63 public BlockScreenView(Context context, AttributeSet attrs, int defStyle) { in BlockScreenView() method in BlockScreenView
174 private final BlockScreenView mBlockScreenView;441 mBlockScreenView = (BlockScreenView) findViewById(R.id.block_screen); in TunableTvView()1395 private ImageLoader.ImageLoaderCallback<BlockScreenView> createProgramPosterArtCallback( in createProgramPosterArtCallback()1397 return new ImageLoader.ImageLoaderCallback<BlockScreenView>(mBlockScreenView) { in createProgramPosterArtCallback()1399 public void onBitmapLoaded(BlockScreenView view, @Nullable Bitmap posterArt) { in createProgramPosterArtCallback()