Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java120 final int[] delegatorPositionOnScreen = new int[2]; in getBoundsForDate() local
122 mDelegator.getLocationOnScreen(delegatorPositionOnScreen); in getBoundsForDate()
124 dayPickerPositionOnScreen[1] - delegatorPositionOnScreen[1]; in getBoundsForDate()
H A DCalendarViewLegacyDelegate.java613 final int[] delegatorPositionOnScreen = new int[2]; in getBoundsForDate() local
615 mDelegator.getLocationOnScreen(delegatorPositionOnScreen); in getBoundsForDate()
617 weekViewPositionOnScreen[1] - delegatorPositionOnScreen[1]; in getBoundsForDate()