Searched refs:targetEntry (Results 1 – 2 of 2) sorted by relevance
178 TableEntry targetEntry = ((ProgramItemView) target).getTableEntry(); in focusSearch() local182 scrollByTime(targetEntry.entryStartUtcMillis - fromMillis); in focusSearch()183 } else if (targetEntry.entryStartUtcMillis < fromMillis in focusSearch()184 && targetEntry.entryEndUtcMillis < fromMillis + HALF_HOUR_MILLIS) { in focusSearch()187 Math.max(-ONE_HOUR_MILLIS, targetEntry.entryStartUtcMillis - fromMillis)); in focusSearch()190 if (targetEntry.entryStartUtcMillis > fromMillis + ONE_HOUR_MILLIS + HALF_HOUR_MILLIS) { in focusSearch()195 targetEntry.entryStartUtcMillis - fromMillis - ONE_HOUR_MILLIS)); in focusSearch()
476 ApplicationsState.AppEntry targetEntry = in updateUninstallButton() local479 if (targetEntry != null) { in updateUninstallButton()