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.java124 private static final Map<String, ResourceValue> FRAMEWORK_REPLACE_VALUES = new HashMap<>(3); field in BridgeContext
135 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionItemLayout",
138 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionContainerLayout",
141 FRAMEWORK_REPLACE_VALUES.put("textEditSuggestionHighlightStyle",
945 defaultValue = FRAMEWORK_REPLACE_VALUES.get(attrName); in internalObtainStyledAttributes()