Home
last modified time | relevance | path

Searched refs:rotateScreenId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_animation_config.h30 int32_t rotateScreenId = -1; member
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_compatible_display_strategy.cpp34 if (config.rotateScreenId >= 0) { in Display()
H A Dutil.cpp113 config.rotateScreenId = std::stoi(rotateScreenJson->valuestring); in ParseOldConfigFile()
114 LOGI("cust rotateScreenId: %{public}d", config.rotateScreenId); in ParseOldConfigFile()