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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleMonthAdapter.java22 * An adapter for a list of {@link SimpleMonthView} items.
32 final MonthView monthView = new SimpleMonthView(context);
H A DSimpleMonthView.java24 public class SimpleMonthView extends MonthView { class in inherits:MonthView
26 public SimpleMonthView(Context context) { method in class:SimpleMonthView
/frameworks/base/core/java/android/widget/
H A DDayPickerPagerAdapter.java33 import android.widget.SimpleMonthView.OnDayClickListener;
36 * An adapter for a list of {@link android.widget.SimpleMonthView} items.
101 final SimpleMonthView monthView = mItems.valueAt(i).calendar;
216 final SimpleMonthView v = (SimpleMonthView) itemView.findViewById(mCalendarViewId);
287 final SimpleMonthView v = mItems.get(position).calendar;
294 SimpleMonthView getView(Object object) {
304 public void onDayClick(SimpleMonthView view, Calendar day) {
318 public final SimpleMonthView calendar;
320 public ViewHolder(int position, View container, SimpleMonthView calenda
[all...]
H A DDayPickerViewPager.java152 final SimpleMonthView current = adapter.getView(getCurrent());
H A DSimpleMonthView.java60 class SimpleMonthView extends View { class in inherits:View
146 public SimpleMonthView(Context context) { method in class:SimpleMonthView
150 public SimpleMonthView(Context context, AttributeSet attrs) { method in class:SimpleMonthView
154 public SimpleMonthView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:SimpleMonthView
158 public SimpleMonthView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:SimpleMonthView
384 // We need to handle focus change within the SimpleMonthView because we are simulating
387 // SimpleMonthView, skipping over other SimpleMonthViews in the parent ViewPager
1139 void onDayClick(SimpleMonthView view, Calendar day);
H A DDayPickerView.java228 final SimpleMonthView monthView = (SimpleMonthView) mViewPager.getChildAt(0);

Completed in 113 milliseconds