Home | History | Annotate | Download | only in calendar

Lines Matching refs:currentDrawable

1651         Drawable currentDrawable = icon.findDrawableByLayerId(R.id.today_icon_day);
1652 if (currentDrawable != null && currentDrawable instanceof DayOfMonthDrawable) {
1653 today = (DayOfMonthDrawable)currentDrawable;