Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java166 private final Map<Object, Map<ResourceReference, ResourceValue>> mDefaultPropMaps = field in BridgeContext
323 return mDefaultPropMaps; in getDefaultProperties()
673 Map<ResourceReference, ResourceValue> defaultPropMap = mDefaultPropMaps.get(key); in internalObtainStyledAttributes()
676 mDefaultPropMaps.put(key, defaultPropMap); in internalObtainStyledAttributes()
706 defaultPropMap = mDefaultPropMaps.computeIfAbsent(key, k -> new HashMap<>()); in internalObtainStyledAttributes()