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.java61 class SimpleMonthView extends View { class in inherits:View
147 public SimpleMonthView(Context context) { method in class:SimpleMonthView
151 public SimpleMonthView(Context context, AttributeSet attrs) { method in class:SimpleMonthView
155 public SimpleMonthView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:SimpleMonthView
159 public SimpleMonthView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:SimpleMonthView
385 // We need to handle focus change within the SimpleMonthView because we are simulating
388 // SimpleMonthView, skipping over other SimpleMonthViews in the parent ViewPager
1155 void onDayClick(SimpleMonthView view, Calendar day);

Completed in 245 milliseconds