HomeSort by relevance Sort by last modified time
    Searched refs:isCurrentProgram (Results 1 - 6 of 6) sorted by null

  /packages/apps/TV/src/com/android/tv/guide/
ProgramRow.java 209 } else if (entry.isCurrentProgram()) {
226 if (entry.isCurrentProgram()) {
267 if (entry.isCurrentProgram()) {
ProgramItemView.java 99 if (entry.isCurrentProgram()) {
159 if (entry.isCurrentProgram()) {
234 if (mTableEntry.isCurrentProgram()) {
ProgramGrid.java 221 if (((ProgramItemView) focusable).getTableEntry().isCurrentProgram()) {
326 && ((ProgramItemView) focus).getTableEntry().isCurrentProgram();
ProgramManager.java 142 public boolean isCurrentProgram() {
  /packages/apps/TV/src/com/android/tv/dvr/
DvrPlaybackMediaSessionHelper.java 142 public boolean isCurrentProgram(RecordedProgram program) {
227 if (isCurrentProgram(mRecordedProgram)) {
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 715 if (currentRecording != null && isCurrentProgram(currentRecording, program)) {
759 private boolean isCurrentProgram(ScheduledRecording recording, Program program) {
    [all...]

Completed in 201 milliseconds