Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DRecordingCardView.java67 private Layout mTitleViewLayout; field in RecordingCardView
131 mTitleViewLayout = mFoldedTitleView.getLayout(); in RecordingCardView()
168 if (expand != mExpanded && mTitleViewLayout != null in expandTitle()
169 && mTitleViewLayout.getEllipsisCount(0) > 0) { in expandTitle()