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

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