Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramItemView.java321 if (mTableEntry.isGap()) { in setValues()
353 if (mTableEntry.isGap()) { in updateText()
DProgramManager.java758 boolean isGap() { in isGap() method in ProgramManager.TableEntry
775 return !isGap() && program.hasGenre(genreId); in hasGenre()