Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarButtonTest.java210 Drawable currentDrawable = ((AlphaOptimizedImageView) roleBasedButton.findViewById( in onUnselected_withAppIcon_showsAppIcon() local
236 Drawable currentDrawable = ((AlphaOptimizedImageView) roleBasedButton.findViewById( in onSelected_withAppIcon_showsAppIcon() local
/packages/apps/Calendar/src/com/android/calendar/
DUtils.kt1509 val currentDrawable: Drawable? = icon.findDrawableByLayerId(R.id.today_icon_day) in setTodayIcon() constant