Searched defs:SimpleMonthView (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
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 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);

Completed in 2316 milliseconds