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.java120 private static final Map<String, ResourceValue> FRAMEWORK_REPLACE_VALUES = new HashMap<>(3); field in BridgeContext
131 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionItemLayout",
134 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionContainerLayout",
137 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionHighlightStyle",
905 defaultValue = FRAMEWORK_REPLACE_VALUES.get(attrName); in internalObtainStyledAttributes()