Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java612 final int[] weekViewPositionOnScreen = new int[2]; in getBoundsForDate() local
614 currWeekView.getLocationOnScreen(weekViewPositionOnScreen); in getBoundsForDate()
617 weekViewPositionOnScreen[1] - delegatorPositionOnScreen[1]; in getBoundsForDate()