Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DRecordingCardView.java73 public RecordingCardView(Context context, boolean expandTitleWhenFocused) { in RecordingCardView() argument
80 expandTitleWhenFocused); in RecordingCardView()
84 Context context, int imageWidth, int imageHeight, boolean expandTitleWhenFocused) { in RecordingCardView() argument
134 mExpandTitleWhenFocused = expandTitleWhenFocused; in RecordingCardView()
DRecordedProgramPresenter.java93 Context context, boolean showEpisodeTitle, boolean expandTitleWhenFocused) { in RecordedProgramPresenter() argument
102 mExpandTitleWhenFocused = expandTitleWhenFocused; in RecordedProgramPresenter()