Searched defs:getColorStateList (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java114 public static ColorStateList getColorStateList(ResourceValue resValue, BridgeContext context) { method in class:ResourceHelper
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java339 public ColorStateList getColorStateList(int index) { method in class:TypedArray
H A DResources.java772 public ColorStateList getColorStateList(int id) throws NotFoundException { method in class:Resources
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java137 public ColorStateList getColorStateList(int id) throws NotFoundException { method in class:MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java192 public ColorStateList getColorStateList(int id) throws NotFoundException { method in class:BridgeResources
196 ColorStateList stateList = ResourceHelper.getColorStateList(resValue.getSecond(),
H A DBridgeTypedArray.java325 ColorStateList colorStateList = ResourceHelper.getColorStateList(
344 public ColorStateList getColorStateList(int index) { method in class:BridgeTypedArray

Completed in 140 milliseconds