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.java35 public class BlockScreenView extends LinearLayout { class
50 public BlockScreenView(Context context) { in BlockScreenView() method in BlockScreenView
54 public BlockScreenView(Context context, AttributeSet attrs) { in BlockScreenView() method in BlockScreenView
58 public BlockScreenView(Context context, AttributeSet attrs, int defStyle) { in BlockScreenView() method in BlockScreenView
DTunableTvView.java160 private final BlockScreenView mBlockScreenView;
163 private final BlockScreenView mHideScreenView;
372 mBlockScreenView = (BlockScreenView) findViewById(R.id.block_screen); in TunableTvView()
387 mHideScreenView = (BlockScreenView) findViewById(R.id.hide_screen); in TunableTvView()