Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java247 state.mSourceDrawableId = Resources.getAttributeSetSourceResId(attrs); in inflate()
483 return state == null ? Resources.ID_NULL : state.mSourceDrawableId; in getSourceDrawableResId()
990 @DrawableRes int mSourceDrawableId = Resources.ID_NULL; field in AdaptiveIconDrawable.LayerState
1008 mSourceDrawableId = orig.mSourceDrawableId; in LayerState()