Searched refs:isCurrentProgram (Results 1 – 7 of 7) sorted by relevance
76 && isCurrentProgram((ProgramItemView) focusable)) { in findNextFocusedProgram()122 static boolean isCurrentProgram(ProgramItemView view) { in isCurrentProgram() method in GuideUtils123 return view.getTableEntry().isCurrentProgram(); in isCurrentProgram()
229 } else if (entry.isCurrentProgram()) { in onChildDetachedFromWindow()245 if (entry.isCurrentProgram()) { in onChildAttachedToWindow()293 if (entry.isCurrentProgram()) { in getCurrentProgramView()
114 if (entry.isCurrentProgram()) {189 if (entry.isCurrentProgram()) {288 if (mTableEntry.isCurrentProgram()) { in onCreateDrawableState()
333 || GuideUtils.isCurrentProgram((ProgramItemView) focus); in clearUpDownFocusState()
768 boolean isCurrentProgram() { in isCurrentProgram() method in ProgramManager.TableEntry
149 public boolean isCurrentProgram(RecordedProgram program) { in isCurrentProgram() method in DvrPlaybackMediaSessionHelper234 if (isCurrentProgram(mRecordedProgram)) { in onBitmapLoaded()275 && isCurrentProgram(program)) { in updateMetadataImageInfo()
810 if (currentRecording != null && isCurrentProgram(currentRecording, program)) {861 private boolean isCurrentProgram(ScheduledRecording recording, Program program) {