Searched refs:currentDrawable (Results 1 – 2 of 2) sorted by relevance
210 Drawable currentDrawable = ((AlphaOptimizedImageView) roleBasedButton.findViewById( in onUnselected_withAppIcon_showsAppIcon() local213 assertThat(currentDrawable).isEqualTo(appIcon); in onUnselected_withAppIcon_showsAppIcon()236 Drawable currentDrawable = ((AlphaOptimizedImageView) roleBasedButton.findViewById( in onSelected_withAppIcon_showsAppIcon() local239 assertThat(currentDrawable).isEqualTo(appIcon); in onSelected_withAppIcon_showsAppIcon()
1509 val currentDrawable: Drawable? = icon.findDrawableByLayerId(R.id.today_icon_day) in setTodayIcon() constant1510 if (currentDrawable != null && currentDrawable is DayOfMonthDrawable) { in setTodayIcon()1511 today = currentDrawable as DayOfMonthDrawable in setTodayIcon()