Lines Matching refs:systemParams
554 void AceAbility::LoadDocument(const std::string& url, const std::string& componentName, SystemParams& systemParams)
557 AceApplicationInfo::GetInstance().ChangeLocale(systemParams.language, systemParams.region);
558 runArgs_.isRound = systemParams.isRound;
559 SurfaceChanged(systemParams.orientation, systemParams.density, systemParams.deviceWidth, systemParams.deviceHeight);
561 .orientation = systemParams.orientation,
562 .density = systemParams.density,
563 .deviceType = systemParams.deviceType,
564 .colorMode = systemParams.colorMode,