Home
last modified time | relevance | path

Searched refs:deviceOrientation_ (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp335 deviceOrientation_ = displayOrientation; in SetDeviceOrientation()
340 return deviceOrientation_; in GetDeviceOrientation()
378 deviceOrientation_ = DisplayOrientation::LANDSCAPE; in CalcDefaultDisplayOrientation()
381 deviceOrientation_ = DisplayOrientation::PORTRAIT; in CalcDefaultDisplayOrientation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_month_pattern.cpp460 deviceOrientation_ = SystemProperties::GetDeviceOrientation(); in InitializeCalendarAccessibility()
468 deviceOrientation_ != deviceOrientation) && in InitCurrentVirtualNode()
479 deviceOrientation_ = SystemProperties::GetDeviceOrientation(); in ClearFocusCalendarDay()
566 if (deviceOrientation_ != deviceOrientation && !isFirstEnter_) { in InitCalendarVirtualNode()
568 deviceOrientation_ = deviceOrientation; in InitCalendarVirtualNode()
H A Dcalendar_month_pattern.h168 DeviceOrientation deviceOrientation_ = DeviceOrientation::ORIENTATION_UNDEFINED; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h184 DisplayOrientation deviceOrientation_ { DisplayOrientation::UNKNOWN };
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.h415 DeviceOrientation deviceOrientation_ = DeviceOrientation::PORTRAIT; variable
H A Ddialog_pattern.cpp1329 deviceOrientation_ = SystemProperties::GetDeviceOrientation(); in UpdatePropertyForElderly()
1330 … if (buttons.size() >= THREE_BUTTON_MODE && deviceOrientation_ == DeviceOrientation::LANDSCAPE) { in UpdatePropertyForElderly()
1418 if (deviceOrientation_ != deviceOrientation) { in UpdateDeviceOrientation()
1424 deviceOrientation_ = deviceOrientation; in UpdateDeviceOrientation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h720 DeviceOrientation deviceOrientation_ = DeviceOrientation::PORTRAIT; variable
H A Drender_text_field.cpp2745 if (deviceOrientation_ != SystemProperties::GetDeviceOrientation()) { in HandleDeviceOrientationChange()
2746 deviceOrientation_ = SystemProperties::GetDeviceOrientation(); in HandleDeviceOrientationChange()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp2040 dialogPattern->deviceOrientation_ = DeviceOrientation::PORTRAIT;