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

  /packages/apps/TV/src/com/android/tv/guide/
ProgramManager.java 87 public final long entryEndUtcMillis;
101 long entryEndUtcMillis, boolean isBlocked) {
102 this(channelId, program, null, entryStartUtcMillis, entryEndUtcMillis, isBlocked);
106 long entryStartUtcMillis, long entryEndUtcMillis, boolean isBlocked) {
111 this.entryEndUtcMillis = entryEndUtcMillis;
119 // using a negative entryEndUtcMillis keeps it from conflicting with program Id
120 return program != null ? program.getId() : -entryEndUtcMillis;
142 return entryStartUtcMillis <= current && entryEndUtcMillis > current;
156 return GuideUtils.convertMillisToPixel(entryStartUtcMillis, entryEndUtcMillis);
    [all...]
ProgramRow.java 163 if (focusedEntry.entryEndUtcMillis > toMillis + ONE_HOUR_MILLIS) {
173 if (focusedEntry.entryEndUtcMillis != toMillis) {
175 scrollByTime(focusedEntry.entryEndUtcMillis - mProgramManager.getToUtcMillis());
186 targetEntry.entryEndUtcMillis < fromMillis + HALF_HOUR_MILLIS) {
ProgramItemView.java 166 int progress = getProgress(entry.entryStartUtcMillis, entry.entryEndUtcMillis);

Completed in 299 milliseconds