Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DCalendarViewMaterialDelegate.java49 return mDayPickerView.getDayOfWeekTextAppearance(); in getWeekDayTextAppearance()
H A DDayPickerView.java251 public int getDayOfWeekTextAppearance() {
252 return mAdapter.getDayOfWeekTextAppearance();
H A DDayPickerPagerAdapter.java180 int getDayOfWeekTextAppearance() { in getDayOfWeekTextAppearance() method in DayPickerPagerAdapter