HomeSort by relevance Sort by last modified time
    Searched refs:expandTitle (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
RecordingCardView.java 145 expandTitle(true, true);
147 expandTitle(false, true);
158 public void expandTitle(boolean expand, boolean withAnimation) {
DvrBrowseFragment.java 96 ((RecordingCardView) oldFocus).expandTitle(false, true);
101 ((RecordingCardView) newFocus).expandTitle(true, !isInHeadersTransition());
    [all...]

Completed in 186 milliseconds