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.java194 private final Map<Object, Map<ResourceReference, ResourceValue>> mDefaultPropMaps = field in BridgeContext
368 return mDefaultPropMaps; in getDefaultProperties()
799 Map<ResourceReference, ResourceValue> defaultPropMap = mDefaultPropMaps.get(key); in internalObtainStyledAttributes()
802 mDefaultPropMaps.put(key, defaultPropMap); in internalObtainStyledAttributes()
832 defaultPropMap = mDefaultPropMaps.computeIfAbsent(key, k -> new HashMap<>()); in internalObtainStyledAttributes()