Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java211 Map<String, Integer> fullMap = null; in init() local
214 fullMap = sRevRMap.get(ResourceType.ATTR); in init()
219 fullMap = new HashMap<>(1280); in init()
222 if (fullMap == null) { in init()
223 fullMap = new HashMap<>(); in init()
225 sRevRMap.put(resType, fullMap); in init()
238 fullMap.put(f.getName(), value); in init()
/aosp12/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java1069 StreamConfigurationMap fullMap, boolean isDepth, in parseRecommendedConfigurations() argument
1101 long minFrameDuration = fullMap.getOutputMinFrameDuration(publicFormat, sz); in parseRecommendedConfigurations()
1107 long stallDuration = fullMap.getOutputStallDuration(publicFormat, sz); in parseRecommendedConfigurations()
1195 StreamConfigurationMap fullMap = getStreamConfigurationMap(); in getRecommendedStreamConfigurations() local
1209 parseRecommendedConfigurations(configurations, fullMap, /*isDepth*/ false, in getRecommendedStreamConfigurations()
1225 parseRecommendedConfigurations(depthConfigurations, fullMap, /*isDepth*/ true, in getRecommendedStreamConfigurations()