Home
last modified time | relevance | path

Searched refs:targetEntry (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
DProgramRow.java178 TableEntry targetEntry = ((ProgramItemView) target).getTableEntry(); in focusSearch() local
182 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()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppButtonsPreferenceController.java454 ApplicationsState.AppEntry targetEntry = in updateUninstallButton() local
457 if (targetEntry != null) { in updateUninstallButton()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java469 ApplicationsState.AppEntry targetEntry = in updateUninstallButton() local
472 if (targetEntry != null) { in updateUninstallButton()