Searched defs:CalendarView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DCalendarView.java69 public class CalendarView extends FrameLayout { class in inherits:FrameLayout
70 private static final String LOG_TAG = "CalendarView";
90 void onSelectedDayChange(@NonNull CalendarView view, int year, int month, int dayOfMonth);
93 public CalendarView(@NonNull Context context) { method in class:CalendarView
97 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs) { method in class:CalendarView
101 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs, method in class:CalendarView
106 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs, method in class:CalendarView
111 attrs, R.styleable.CalendarView, defStyleAttr, defStyleRes);
135 * @deprecated No longer used by Material-style CalendarView.
148 * @deprecated No longer used by Material-style CalendarView
[all...]

Completed in 8 milliseconds