Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java608 WeekView currWeekView = (WeekView) mListView.getChildAt(i); in getBoundsForDate() local
609 if (currWeekView.getBoundsForDate(calendarDate, outBounds)) { in getBoundsForDate()
614 currWeekView.getLocationOnScreen(weekViewPositionOnScreen); in getBoundsForDate()