Lines Matching refs:params
1503 ResTable_config& params(mParams);
1504 memset(¶ms, 0, sizeof(params));
1505 getMccName(mcc.string(), ¶ms);
1506 getMncName(mnc.string(), ¶ms);
1507 getLocaleName(locale.string(), ¶ms);
1508 getLayoutDirectionName(layoutDirection.string(), ¶ms);
1509 getSmallestScreenWidthDpName(smallestScreenWidthDp.string(), ¶ms);
1510 getScreenWidthDpName(screenWidthDp.string(), ¶ms);
1511 getScreenHeightDpName(screenHeightDp.string(), ¶ms);
1512 getScreenLayoutSizeName(screenLayoutSize.string(), ¶ms);
1513 getScreenLayoutLongName(screenLayoutLong.string(), ¶ms);
1514 getOrientationName(orientation.string(), ¶ms);
1515 getUiModeTypeName(uiModeType.string(), ¶ms);
1516 getUiModeNightName(uiModeNight.string(), ¶ms);
1517 getDensityName(density.string(), ¶ms);
1518 getTouchscreenName(touchscreen.string(), ¶ms);
1519 getKeysHiddenName(keysHidden.string(), ¶ms);
1520 getKeyboardName(keyboard.string(), ¶ms);
1521 getNavHiddenName(navHidden.string(), ¶ms);
1522 getNavigationName(navigation.string(), ¶ms);
1523 getScreenSizeName(screenSize.string(), ¶ms);
1524 getVersionName(version.string(), ¶ms);
1528 if (params.smallestScreenWidthDp != ResTable_config::SCREENWIDTH_ANY
1529 || params.screenWidthDp != ResTable_config::SCREENWIDTH_ANY
1530 || params.screenHeightDp != ResTable_config::SCREENHEIGHT_ANY) {
1532 } else if ((params.uiMode&ResTable_config::MASK_UI_MODE_TYPE)
1534 || (params.uiMode&ResTable_config::MASK_UI_MODE_NIGHT)
1537 } else if ((params.screenLayout&ResTable_config::MASK_SCREENSIZE)
1539 || (params.screenLayout&ResTable_config::MASK_SCREENLONG)
1541 || params.density != ResTable_config::DENSITY_DEFAULT) {
1545 if (minSdk > params.sdkVersion) {
1546 params.sdkVersion = minSdk;
1549 return params;