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.java777 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.java194 public ColorStateList getColorStateList(int id) throws NotFoundException { method in class:BridgeResources
198 ColorStateList stateList = ResourceHelper.getColorStateList(resValue.getSecond(),
H A DBridgeTypedArray.java317 ColorStateList colorStateList = ResourceHelper.getColorStateList(
336 public ColorStateList getColorStateList(int index) { method in class:BridgeTypedArray

Completed in 2596 milliseconds