Home | History | Annotate | Download | only in datepicker

Lines Matching refs:callBack

67      * The callback used to indicate the user is done filling in the date.
83 * @param callBack How the parent is notified that the date is set.
89 OnDateSetListener callBack,
93 this(context, callBack, year, monthOfYear, dayOfMonth, false);
98 * @param callBack How the parent is notified that the date is set.
106 OnDateSetListener callBack,
114 callBack, year, monthOfYear, dayOfMonth, yearOptional);
120 * @param callBack How the parent is notified that the date is set.
128 OnDateSetListener callBack,
132 this(context, theme, callBack, year, monthOfYear, dayOfMonth, false);
138 * @param callBack How the parent is notified that the date is set.
147 OnDateSetListener callBack,
154 mCallBack = callBack;