Searched refs:currentDrawable (Results 1 – 2 of 2) sorted by relevance
198 Drawable currentDrawable = ((AlphaOptimizedImageView) roleBasedButton.findViewById( in onUnselected_withAppIcon_showsAppIcon() local201 assertThat(currentDrawable).isEqualTo(appIcon); in onUnselected_withAppIcon_showsAppIcon()222 Drawable currentDrawable = ((AlphaOptimizedImageView) roleBasedButton.findViewById( in onSelected_withAppIcon_showsAppIconWithSelectedAlpha() local225 assertThat(currentDrawable).isEqualTo(appIcon); in onSelected_withAppIcon_showsAppIconWithSelectedAlpha()
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()