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

/frameworks/base/core/java/android/widget/
H A DCalendarView.java67 public class CalendarView extends FrameLayout { class in inherits:FrameLayout
68 private static final String LOG_TAG = "CalendarView";
88 void onSelectedDayChange(@NonNull CalendarView view, int year, int month, int dayOfMonth);
91 public CalendarView(@NonNull Context context) { method in class:CalendarView
95 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs) { method in class:CalendarView
99 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs, method in class:CalendarView
104 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs, method in class:CalendarView
109 attrs, R.styleable.CalendarView, defStyleAttr, defStyleRes);
133 * @deprecated No longer used by Material-style CalendarView.
146 * @deprecated No longer used by Material-style CalendarView
[all...]

Completed in 141 milliseconds