Home
last modified time | relevance | path

Searched defs:resValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeTypedArray.java302 ResourceValue resValue = mResourceData[index]; in getColorStateList() local
615 ResourceValue resValue = mResourceData[index]; in getResourceId() local
DBridgeContext.java317 ResourceValue resValue; in inflateView() local
618 ResourceValue resValue = null; in obtainStyledAttributes() local
690 ResourceValue resValue = mRenderResources.findItemInStyle(style, name); in createStyleBasedTypedArray() local
784 int getDynamicIdByStyle(StyleResourceValue resValue) { in getDynamicIdByStyle()
DBridgeResources.java194 ResourceValue resValue = getResourceValue(id, mPlatformResourceFlag); in getColorStateList() local
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java115 public static ColorStateList getColorStateList(ResourceValue resValue, BridgeContext context) { in getColorStateList()