Searched refs:currentDrawable (Results 1 – 1 of 1) sorted by relevance
1451 Drawable currentDrawable = icon.findDrawableByLayerId(R.id.today_icon_day); in setTodayIcon() local1452 if (currentDrawable != null && currentDrawable instanceof DayOfMonthDrawable) { in setTodayIcon()1453 today = (DayOfMonthDrawable)currentDrawable; in setTodayIcon()