Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DGuideUtils.java79 && isCurrentProgram((ProgramItemView) focusable)) { in findNextFocusedProgram()
124 static boolean isCurrentProgram(ProgramItemView view) { in isCurrentProgram() method in GuideUtils
125 return view.getTableEntry().isCurrentProgram(); in isCurrentProgram()
DProgramRow.java212 } else if (entry.isCurrentProgram()) { in onChildDetachedFromWindow()
228 if (entry.isCurrentProgram()) { in onChildAttachedToWindow()
271 if (entry.isCurrentProgram()) { in getCurrentProgramView()
DProgramItemView.java100 if (entry.isCurrentProgram()) {
161 if (entry.isCurrentProgram()) {
241 if (mTableEntry.isCurrentProgram()) { in onCreateDrawableState()
DProgramGrid.java324 || GuideUtils.isCurrentProgram((ProgramItemView) focus); in clearUpDownFocusState()
DProgramManager.java734 boolean isCurrentProgram() { in isCurrentProgram() method in ProgramManager.TableEntry
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackMediaSessionHelper.java145 public boolean isCurrentProgram(RecordedProgram program) { in isCurrentProgram() method in DvrPlaybackMediaSessionHelper
222 if (isCurrentProgram(mRecordedProgram)) { in onBitmapLoaded()
259 && isCurrentProgram(program)) { in updateMetadataImageInfo()
/packages/apps/TV/src/com/android/tv/ui/
DChannelBannerView.java681 if (currentRecording != null && isCurrentProgram(currentRecording, program)) {
725 private boolean isCurrentProgram(ScheduledRecording recording, Program program) {