Lines Matching defs:CalendarView

69 public class CalendarView extends 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) {
97 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs) {
101 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs,
106 public CalendarView(@NonNull Context context, @Nullable AttributeSet attrs,
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.
161 * @deprecated No longer used by Material-style CalendarView.
174 * @deprecated No longer used by Material-style CalendarView.
188 * @deprecated No longer used by Material-style CalendarView.
201 * @deprecated No longer used by Material-style CalendarView.
215 * @deprecated No longer used by Material-style CalendarView.
228 * @deprecated No longer used by Material-style CalendarView.
242 * @deprecated No longer used by Material-style CalendarView.
255 * @deprecated No longer used by Material-style CalendarView.
269 * @deprecated No longer used by Material-style CalendarView.
282 * @deprecated No longer used by Material-style CalendarView.
297 * @deprecated No longer used by Material-style CalendarView.
311 * @deprecated No longer used by Material-style CalendarView.
323 * @deprecated No longer used by Material-style CalendarView.
375 * Gets the minimal date supported by this {@link CalendarView} in milliseconds
391 * Sets the minimal date supported by this {@link CalendarView} in milliseconds
404 * Gets the maximal date supported by this {@link CalendarView} in milliseconds
420 * Sets the maximal date supported by this {@link CalendarView} in milliseconds
436 * @deprecated No longer used by Material-style CalendarView.
449 * @deprecated No longer used by Material-style CalendarView.
461 * @return The first day of the week conforming to the {@link CalendarView}
481 * {@link CalendarView} APIs.
571 return CalendarView.class.getName();
575 * A delegate interface that defined the public API of the CalendarView. Allows different
576 * CalendarView implementations. This would need to be implemented by the CalendarView delegates
632 * An abstract class which can be used as a start for CalendarView implementations
641 protected CalendarView mDelegator;
645 AbstractCalendarViewDelegate(CalendarView delegator, Context context) {
769 * Utility method for the date format used by CalendarView's min/max date.