Home
last modified time | relevance | path

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

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