Searched refs:mDefaultPropMaps (Results 1 – 1 of 1) sorted by relevance
168 private final Map<Object, PropertiesMap> mDefaultPropMaps = new IdentityHashMap<>(); field in BridgeContext312 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()