Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DDateTimeView.java319 LocalDate tomorrow = time.toLocalDate().plusDays(1); in computeNextMidnight() local
320 LocalDateTime nextMidnight = LocalDateTime.of(tomorrow, LocalTime.MIDNIGHT); in computeNextMidnight()