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 137 oldEntry.entryEndUtcMillis, oldEntry.isBlocked());
149 oldEntry.entryStartUtcMillis, oldEntry.entryEndUtcMillis,
163 oldEntry.entryEndUtcMillis, oldEntry.isBlocked());
356 && time < entry.entryEndUtcMillis) {
485 if (mEndUtcMillis < lastEntry.entryEndUtcMillis
486 && lastEntry.entryEndUtcMillis != Long.MAX_VALUE) {
487 mEndUtcMillis = lastEntry.entryEndUtcMillis;
498 if (mEndUtcMillis > lastEntry.entryEndUtcMillis) {
499 entries.add(new TableEntry(channelId, lastEntry.entryEndUtcMillis,
501 } else if (lastEntry.entryEndUtcMillis == Long.MAX_VALUE)
    [all...]
ProgramRow.java 150 if (focusedEntry.entryEndUtcMillis >= toMillis + ONE_HOUR_MILLIS) {
160 if (focusedEntry.entryEndUtcMillis != toMillis) {
162 scrollByTime(focusedEntry.entryEndUtcMillis - toMillis);
173 targetEntry.entryEndUtcMillis < fromMillis + HALF_HOUR_MILLIS) {
ProgramItemView.java 168 int progress = getProgress(entry.entryStartUtcMillis, entry.entryEndUtcMillis);

Completed in 2143 milliseconds