Lines Matching refs:orientation
94 LOGI("runArgs.deviceConfig.orientation: %{private}d", static_cast<int>(runArgs.deviceConfig.orientation));
216 runArgs.deviceConfig.orientation == DeviceOrientation::PORTRAIT ? 0 : 1, runArgs.deviceConfig.density,
480 } else if (singleConfig == "orientation") {
499 SurfaceChanged(runArgs_.deviceConfig.orientation, runArgs_.deviceConfig.density, width, height);
513 const DeviceOrientation& orientation, const double& resolution, int32_t& width, int32_t& height,
526 width, height, orientation == DeviceOrientation::PORTRAIT ? 0 : 1, resolution, runArgs_.isRound);
528 deviceConfig.orientation = orientation;
533 if ((orientation != runArgs_.deviceConfig.orientation && configChanges_.watchOrientation) ||
538 if (orientation != runArgs_.deviceConfig.orientation || resolution != runArgs_.deviceConfig.density) {
541 runArgs_.deviceConfig.orientation = orientation;
559 SurfaceChanged(systemParams.orientation, systemParams.density, systemParams.deviceWidth, systemParams.deviceHeight);
561 .orientation = systemParams.orientation,