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

  /cts/tests/src/android/theme/cts/
CalendarViewModifier.java 20 import android.widget.CalendarView;
23 * Modifies the CalendarView widget in order to set a precise date.
34 ((CalendarView) view).setDate(DATE);
  /frameworks/base/core/java/android/widget/
CalendarView.java 75 public class CalendarView extends FrameLayout {
80 private static final String LOG_TAG = CalendarView.class.getSimpleName();
325 public void onSelectedDayChange(CalendarView view, int year, int month, int dayOfMonth);
328 public CalendarView(Context context) {
332 public CalendarView(Context context, AttributeSet attrs) {
336 public CalendarView(Context context, AttributeSet attrs, int defStyle) {
342 TypedArray attributesArray = context.obtainStyledAttributes(attrs, R.styleable.CalendarView,
441 * Gets the minimal date supported by this {@link CalendarView} in milliseconds
455 * Sets the minimal date supported by this {@link CalendarView} in milliseconds
489 * Gets the maximal date supported by this {@link CalendarView} in millisecond
    [all...]
DatePicker.java 49 * year, month, and day spinners or a {@link CalendarView}. The set of spinners
100 private final CalendarView mCalendarView;
211 mCalendarView = (CalendarView) findViewById(R.id.calendar_view);
212 mCalendarView.setOnDateChangeListener(new CalendarView.OnDateChangeListener() {
213 public void onSelectedDayChange(CalendarView view, int year, int month, int monthDay) {
400 * Gets whether the {@link CalendarView} is shown.
410 * Gets the {@link CalendarView}.
415 public CalendarView getCalendarView () {
420 * Sets whether the {@link CalendarView} is shown.
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 76 import android.widget.CalendarView;
555 CalendarView cv = dpd.getDatePicker().getCalendarView();
558 // Utils returns Time days while CalendarView wants Calendar days
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 4263 milliseconds