HomeSort by relevance Sort by last modified time
    Searched defs:bridgeSetValue (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
BridgeTypedArray.java 77 public void bridgeSetValue(int index, String name, boolean isFramework, ResourceValue value) {
84 * Seals the array after all calls to {@link #bridgeSetValue(int, String, ResourceValue)} have
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java 697 ta.bridgeSetValue(index, attrName, frameworkAttr, resValue);
701 ta.bridgeSetValue(index, attrName, frameworkAttr,
744 ta.bridgeSetValue(i, attribute.getFirst(), attribute.getSecond(),
    [all...]

Completed in 55 milliseconds