HomeSort by relevance Sort by last modified time
    Searched refs:CalendarView (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/android/widget/
CalendarView.java 76 public class CalendarView extends FrameLayout {
81 private static final String LOG_TAG = CalendarView.class.getSimpleName();
98 public void onSelectedDayChange(CalendarView view, int year, int month, int dayOfMonth);
101 public CalendarView(Context context) {
105 public CalendarView(Context context, AttributeSet attrs) {
109 public CalendarView(Context context, AttributeSet attrs, int defStyleAttr) {
113 public CalendarView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
340 * Gets the minimal date supported by this {@link CalendarView} in milliseconds
356 * Sets the minimal date supported by this {@link CalendarView} in milliseconds
369 * Gets the maximal date supported by this {@link CalendarView} in millisecond
    [all...]
DatePicker.java 55 * year, month, and day spinners or a {@link CalendarView}. The set of spinners
311 * {@link CalendarView} APIs.
332 * @return The first day of the week conforming to the {@link CalendarView}
349 * Gets whether the {@link CalendarView} is shown.
359 * Gets the {@link CalendarView}.
364 public CalendarView getCalendarView() {
369 * Sets whether the {@link CalendarView} is shown.
442 CalendarView getCalendarView();
548 private final CalendarView mCalendarView;
634 mCalendarView = (CalendarView) mDelegator.findViewById(R.id.calendar_view)
    [all...]
DatePickerCalendarDelegate.java 500 public CalendarView getCalendarView() {
502 "CalendarView does not exists for the new DatePicker");
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 468 milliseconds