Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java928 final int maxSelectorHeight = mDayHeight / 2 + paddingBottom; in onLayout() local
930 Math.min(maxSelectorWidth, maxSelectorHeight)); in onLayout()