Home
last modified time | relevance | path

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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java114 public static ColorStateList getColorStateList(ResourceValue resValue, BridgeContext context) { in getColorStateList() method in ResourceHelper
/frameworks/base/test-runner/src/android/test/mock/
DMockResources.java137 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in MockResources
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java336 public ColorStateList getColorStateList(int index) { in getColorStateList() method in BridgeTypedArray
DBridgeResources.java194 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in BridgeResources
/frameworks/base/core/java/android/content/res/
DTypedArray.java339 public ColorStateList getColorStateList(int index) { in getColorStateList() method in TypedArray
DResources.java777 public ColorStateList getColorStateList(int id) throws NotFoundException { in getColorStateList() method in Resources