Home
last modified time | relevance | path

Searched defs:stateListDrawable (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteControllerDialog.java299 StateListDrawable stateListDrawable = (StateListDrawable) mMediaRouteButtonDrawable; in getIconDrawable() local
303 StateListDrawable stateListDrawable = (StateListDrawable) mMediaRouteButtonDrawable; in getIconDrawable() local
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramItemView.java547 private static int getStateCount(StateListDrawable stateListDrawable) { in getStateCount()
566 private static Drawable getStateDrawable(StateListDrawable stateListDrawable, int index) { in getStateDrawable()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/custom/
H A DThemeComponentOption.java353 StateListDrawable stateListDrawable = new StateListDrawable(); in bindThumbnailTile() local