Home
last modified time | relevance | path

Searched refs:bridgeSetValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java887 ta.bridgeSetValue(index, attrName, frameworkAttr, resValue); in obtainStyledAttributes()
891 ta.bridgeSetValue(index, attrName, frameworkAttr, in obtainStyledAttributes()
961 ta.bridgeSetValue(i, attrName, frameworkAttr, resValue); in createStyleBasedTypedArray()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeTypedArray.java99 public void bridgeSetValue(int index, String name, boolean isFramework, ResourceValue value) { in bridgeSetValue() method in BridgeTypedArray