Home
last modified time | relevance | path

Searched refs:currentDrawable (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarButtonTest.java198 Drawable currentDrawable = ((AlphaOptimizedImageView) roleBasedButton.findViewById( in onUnselected_withAppIcon_showsAppIcon() local
201 assertThat(currentDrawable).isEqualTo(appIcon); in onUnselected_withAppIcon_showsAppIcon()
222 Drawable currentDrawable = ((AlphaOptimizedImageView) roleBasedButton.findViewById( in onSelected_withAppIcon_showsAppIconWithSelectedAlpha() local
225 assertThat(currentDrawable).isEqualTo(appIcon); in onSelected_withAppIcon_showsAppIconWithSelectedAlpha()
/packages/apps/Calendar/src/com/android/calendar/
DUtils.java1451 Drawable currentDrawable = icon.findDrawableByLayerId(R.id.today_icon_day); in setTodayIcon() local
1452 if (currentDrawable != null && currentDrawable instanceof DayOfMonthDrawable) { in setTodayIcon()
1453 today = (DayOfMonthDrawable)currentDrawable; in setTodayIcon()