Searched refs:isCurrentProgram (Results 1 – 7 of 7) sorted by relevance
79 && isCurrentProgram((ProgramItemView) focusable)) { in findNextFocusedProgram()124 static boolean isCurrentProgram(ProgramItemView view) { in isCurrentProgram() method in GuideUtils125 return view.getTableEntry().isCurrentProgram(); in isCurrentProgram()
212 } else if (entry.isCurrentProgram()) { in onChildDetachedFromWindow()228 if (entry.isCurrentProgram()) { in onChildAttachedToWindow()271 if (entry.isCurrentProgram()) { in getCurrentProgramView()
100 if (entry.isCurrentProgram()) {161 if (entry.isCurrentProgram()) {241 if (mTableEntry.isCurrentProgram()) { in onCreateDrawableState()
324 || GuideUtils.isCurrentProgram((ProgramItemView) focus); in clearUpDownFocusState()
734 boolean isCurrentProgram() { in isCurrentProgram() method in ProgramManager.TableEntry
145 public boolean isCurrentProgram(RecordedProgram program) { in isCurrentProgram() method in DvrPlaybackMediaSessionHelper222 if (isCurrentProgram(mRecordedProgram)) { in onBitmapLoaded()259 && isCurrentProgram(program)) { in updateMetadataImageInfo()
681 if (currentRecording != null && isCurrentProgram(currentRecording, program)) {725 private boolean isCurrentProgram(ScheduledRecording recording, Program program) {