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.java168 private final Map<Object, PropertiesMap> mDefaultPropMaps = new IdentityHashMap<>(); field in BridgeContext
312 return mDefaultPropMaps; in getDefaultProperties()
700 PropertiesMap defaultPropMap = mDefaultPropMaps.get(key); in internalObtainStyledAttributes()
703 mDefaultPropMaps.put(key, defaultPropMap); in internalObtainStyledAttributes()
739 defaultPropMap = mDefaultPropMaps.computeIfAbsent(key, k -> new PropertiesMap()); in internalObtainStyledAttributes()