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.java227 state.mSourceDrawableId = Resources.getAttributeSetSourceResId(attrs); in inflate()
458 return state == null ? Resources.ID_NULL : state.mSourceDrawableId; in getSourceDrawableResId()
959 @DrawableRes int mSourceDrawableId = Resources.ID_NULL; field in AdaptiveIconDrawable.LayerState
977 mSourceDrawableId = orig.mSourceDrawableId; in LayerState()