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

  /packages/apps/TV/src/com/android/tv/guide/
GuideUtils.java 79 && isCurrentProgram((ProgramItemView) focusable)) {
124 static boolean isCurrentProgram(ProgramItemView view) {
125 return view.getTableEntry().isCurrentProgram();
ProgramRow.java 212 } else if (entry.isCurrentProgram()) {
228 if (entry.isCurrentProgram()) {
271 if (entry.isCurrentProgram()) {
ProgramItemView.java 100 if (entry.isCurrentProgram()) {
161 if (entry.isCurrentProgram()) {
241 if (mTableEntry.isCurrentProgram()) {
ProgramGrid.java 324 || GuideUtils.isCurrentProgram((ProgramItemView) focus);
ProgramManager.java 734 boolean isCurrentProgram() {
  /packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DvrPlaybackMediaSessionHelper.java 145 public boolean isCurrentProgram(RecordedProgram program) {
222 if (isCurrentProgram(mRecordedProgram)) {
259 && isCurrentProgram(program)) {
  /packages/apps/TV/src/com/android/tv/ui/
ChannelBannerView.java 681 if (currentRecording != null && isCurrentProgram(currentRecording, program)) {
725 private boolean isCurrentProgram(ScheduledRecording recording, Program program) {
    [all...]

Completed in 255 milliseconds