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

  /packages/apps/TV/src/com/android/tv/guide/
ProgramRow.java 143 if (focusedEntry.entryStartUtcMillis < fromMillis) {
146 focusedEntry.entryStartUtcMillis - fromMillis));
172 if (targetEntry.entryStartUtcMillis < fromMillis &&
176 targetEntry.entryStartUtcMillis - fromMillis));
179 if (targetEntry.entryStartUtcMillis > fromMillis + ONE_HOUR_MILLIS + HALF_HOUR_MILLIS) {
182 targetEntry.entryStartUtcMillis - fromMillis - ONE_HOUR_MILLIS));
303 mProgramManager.getStartTime(), entry.entryStartUtcMillis) - scrollOffset;
ProgramManager.java 136 schedule, oldEntry.entryStartUtcMillis,
149 oldEntry.entryStartUtcMillis, oldEntry.entryEndUtcMillis,
162 schedule, oldEntry.entryStartUtcMillis,
355 if (entry.entryStartUtcMillis <= time
505 lastEntry.entryStartUtcMillis, mEndUtcMillis,
621 if (secondEntry.entryStartUtcMillis < mStartUtcMillis + FIRST_ENTRY_MIN_DURATION) {
678 final long entryStartUtcMillis;
694 private TableEntry(long channelId, Program program, long entryStartUtcMillis,
696 this(channelId, program, null, entryStartUtcMillis, entryEndUtcMillis, isBlocked);
700 long entryStartUtcMillis, long entryEndUtcMillis, boolean isBlocked)
    [all...]
ProgramItemView.java 112 if (entry.entryStartUtcMillis > System.currentTimeMillis()
168 int progress = getProgress(entry.entryStartUtcMillis, entry.entryEndUtcMillis);

Completed in 234 milliseconds