Searched refs:SimpleMonthView (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleMonthAdapter.java28 import com.android.datetimepicker.date.SimpleMonthView.OnDayClickListener;
34 * An adapter for a list of {@link SimpleMonthView} items.
160 SimpleMonthView v;
163 v = (SimpleMonthView) convertView;
167 v = new SimpleMonthView(mContext);
193 drawingParams.put(SimpleMonthView.VIEW_PARAMS_SELECTED_DAY, selectedDay);
194 drawingParams.put(SimpleMonthView.VIEW_PARAMS_YEAR, year);
195 drawingParams.put(SimpleMonthView.VIEW_PARAMS_MONTH, month);
196 drawingParams.put(SimpleMonthView.VIEW_PARAMS_WEEK_START, mController.getFirstDayOfWeek());
208 public void onDayClick(SimpleMonthView vie
[all...]
H A DDayPickerView.java256 SimpleMonthView child = (SimpleMonthView) view.getChildAt(0);
383 if (child instanceof SimpleMonthView) {
384 final CalendarDay focus = ((SimpleMonthView) child).getAccessibilityFocus();
388 ((SimpleMonthView) child).clearAccessibilityFocus();
413 if (child instanceof SimpleMonthView) {
414 if (((SimpleMonthView) child).restoreAccessibilityFocus(day)) {
H A DSimpleMonthView.java54 public class SimpleMonthView extends View { class in inherits:View
55 private static final String TAG = "SimpleMonthView";
185 public SimpleMonthView(Context context) { method in class:SimpleMonthView
563 getAccessibilityNodeProvider(SimpleMonthView.this).performAction(
570 getAccessibilityNodeProvider(SimpleMonthView.this).performAction(
665 public void onDayClick(SimpleMonthView view, CalendarDay day);

Completed in 50 milliseconds