Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java75 private static int sVisibleThreshold; field in ProgramItemView
229 if (sVisibleThreshold != 0) { in initIfNeeded()
234 sVisibleThreshold = in initIfNeeded()
337 return mTableEntry != null && mTableEntry.getWidth() >= sVisibleThreshold; in isEntryWideEnough()