Home | History | Annotate | Download | only in time

Lines Matching defs:setTheme

223     /* package */ void setTheme(Context context, boolean themeDark) {
224 mCircleView.setTheme(context, themeDark);
225 mAmPmCirclesView.setTheme(context, themeDark);
226 mHourRadialTextsView.setTheme(context, themeDark);
227 mMinuteRadialTextsView.setTheme(context, themeDark);
228 mHourRadialSelectorView.setTheme(context, themeDark);
229 mMinuteRadialSelectorView.setTheme(context, themeDark);