Home
last modified time | relevance | path

Searched refs:isRound_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp53 bool SystemProperties::isRound_ = false; member in OHOS::Ace::SystemProperties
165 isRound_ = isRound; in InitDeviceInfo()
169 if (isRound_) { in InitDeviceInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h208 return isRound_; in GetIsScreenRound()
599 static bool isRound_; variable
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp388 bool SystemProperties::isRound_ = false; member in OHOS::Ace::SystemProperties
556 isRound_ = isRound; in InitDeviceInfo()
592 if (isRound_) { in InitDeviceInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp253 isRound_ = options.isRound; in UIContentImpl()
347 …deviceConfig_.orientation == DeviceOrientation::PORTRAIT ? 0 : 1, deviceConfig_.density, isRound_); in CommonInitialize()
H A Dui_content_impl.h193 bool isRound_ = false; variable