Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java138 private static final Map<String, ResourceValue> FRAMEWORK_REPLACE_VALUES = new HashMap<>(3); field in BridgeContext
151 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionItemLayout",
154 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionContainerLayout",
157 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionHighlightStyle",
1032 defaultValue = FRAMEWORK_REPLACE_VALUES.get(attrName); in internalObtainStyledAttributes()