Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/content/res/
DAppCompatColorStateListInflater.java131 final int stateResId = attrs.getAttributeNameResource(i); in inflate() local
132 if (stateResId != android.R.attr.color && stateResId != android.R.attr.alpha in inflate()
133 && stateResId != R.attr.alpha) { in inflate()
136 ? stateResId : -stateResId; in inflate()
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java206 final int stateResId = attrs.getAttributeNameResource(i); in extractStateSet() local
207 switch (stateResId) { in extractStateSet()
217 ? stateResId : -stateResId; in extractStateSet()
/frameworks/base/core/java/android/content/res/
DColorStateList.java339 final int stateResId = attrs.getAttributeNameResource(i); in inflate() local
340 switch (stateResId) { in inflate()
347 ? stateResId : -stateResId; in inflate()