Searched refs:resConfig (Results 1 – 1 of 1) sorted by relevance
228 ResourcesConfigurationProto resConfig) { in checkResourceConfig() argument241 Build.VERSION.RESOURCES_SDK_INT, resConfig.sdkVersion); in checkResourceConfig()243 width, resConfig.screenWidthPx); in checkResourceConfig()245 height, resConfig.screenHeightPx); in checkResourceConfig()248 config.fontScale, resConfig.configuration.fontScale, Float.MIN_VALUE*5); in checkResourceConfig()250 config.mcc, resConfig.configuration.mcc); in checkResourceConfig()252 config.mnc, resConfig.configuration.mnc); in checkResourceConfig()254 LocaleList lprotos = LocaleList.forLanguageTags(resConfig.configuration.localeList); in checkResourceConfig()261 config.screenLayout, resConfig.configuration.screenLayout); in checkResourceConfig()263 config.colorMode, resConfig.configuration.colorMode); in checkResourceConfig()[all …]