Home
last modified time | relevance | path

Searched refs:BlockScreenView (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
DBlockScreenView.java36 public class BlockScreenView extends FrameLayout { class
55 public BlockScreenView(Context context) { in BlockScreenView() method in BlockScreenView
59 public BlockScreenView(Context context, AttributeSet attrs) { in BlockScreenView() method in BlockScreenView
63 public BlockScreenView(Context context, AttributeSet attrs, int defStyle) { in BlockScreenView() method in BlockScreenView
DTunableTvView.java179 private final BlockScreenView mBlockScreenView;
446 mBlockScreenView = (BlockScreenView) findViewById(R.id.block_screen); in TunableTvView()
1411 private ImageLoader.ImageLoaderCallback<BlockScreenView> createProgramPosterArtCallback( in createProgramPosterArtCallback()
1413 return new ImageLoader.ImageLoaderCallback<BlockScreenView>(mBlockScreenView) { in createProgramPosterArtCallback()
1415 public void onBitmapLoaded(BlockScreenView view, @Nullable Bitmap posterArt) { in createProgramPosterArtCallback()