Lines Matching refs:config_

207   configuration::PostProcessingConfiguration config_;  variable
215 config_.mcc = mcc; in setMcc()
219 config_.mnc = mnc; in setMnc()
223 config_.language[0] = language >> 8; in setLanguage()
224 config_.language[1] = language & 0xff; in setLanguage()
228 config_.country[0] = country >> 8; in setCountry()
229 config_.country[1] = country & 0xff; in setCountry()
233 config_.orientation = orientation; in setOrientation()
237 config_.touchscreen = touchscreen; in setTouchscreen()
241 config_.density = density; in setDensity()
245 config_.keyboard = keyboard; in setKeyboard()
249 config_.navigation = navigation; in setNavigation()
253 config_.inputFlags = inputFlags; in setInputFlags()
257 config_.inputFieldPad0 = inputPad0; in setInputPad0()
261 config_.grammaticalInflection = value; in setGrammaticalInflection()
265 config_.screenWidth = screenWidth; in setScreenWidth()
269 config_.screenHeight = screenHeight; in setScreenHeight()
273 config_.sdkVersion = sdkVersion; in setSdkVersion()
277 config_.minorVersion = minorVersion; in setMinorVersion()
281 config_.screenLayout = screenLayout; in setScreenLayout()
285 config_.uiMode = uiMode; in setUiMode()
289 config_.smallestScreenWidthDp = smallestScreenWidthDp; in setSmallestScreenWidthDp()
293 config_.screenWidthDp = screenWidthDp; in setScreenWidthDp()
297 config_.screenHeightDp = screenHeightDp; in setScreenHeightDp()
301 config_.screenLayout2 = screenLayout2; in setScreenLayout2()
305 config_.colorMode = colorMode; in setColorMode()
309 config_.screenConfigPad2 = screenConfigPad2; in setScreenConfigPad2()
313 return config_; in Build()
317 android::ConfigDescription config_;