Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DDayFragment.kt154 val diff: Int = currentView?.compareToVisibleTimeRange(goToTime as Time) as Int in goTo()
DDayView.kt780 fun compareToVisibleTimeRange(time: Time): Int { in compareToVisibleTimeRange() method