Home
last modified time | relevance | path

Searched refs:previousOrientation_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_dialog_view.h42 previousOrientation_ = SystemProperties::GetDeviceOrientation(); in SetPreviousOrientation()
49 return (!(SystemProperties::GetDeviceOrientation() == previousOrientation_) in CheckOrientationChange()
56 return previousOrientation_; in GetPreviousOrientation()
115 static DeviceOrientation previousOrientation_; variable
H A Dcalendar_dialog_view.cpp55 DeviceOrientation CalendarDialogView::previousOrientation_ { DeviceOrientation::PORTRAIT };