Home
last modified time | relevance | path

Searched refs:currentScreenFoldStatus_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/utils/src/
H A Dscreen_fold_data.cpp23 currentScreenFoldStatus_ = ScreenFoldData::INVALID_VALUE; in SetInvalid()
/ohos5.0/foundation/window/window_manager/utils/include/
H A Dscreen_fold_data.h37 int32_t currentScreenFoldStatus_ = INVALID_VALUE; member
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp1602 screenFoldData1.currentScreenFoldStatus_ = 1; // 1: current screen fold status
1613 screenFoldData2.currentScreenFoldStatus_ = 3; // 3: current screen fold status
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp11134 …screenFoldData.currentScreenFoldStatus_ = std::stoi(screenFoldInfo[0]); // 0: current screen fold … in MakeScreenFoldData()
11161 if (data.currentScreenFoldStatus_ == static_cast<int32_t>(FoldStatus::HALF_FOLD)) { in CheckAndReportScreenFoldStatus()
11164 … } else if (lastScreenHalfFoldData.currentScreenFoldStatus_ != ScreenFoldData::INVALID_VALUE) { in CheckAndReportScreenFoldStatus()
11166 data.currentScreenFoldStatus_ = lastScreenHalfFoldData.currentScreenFoldStatus_; in CheckAndReportScreenFoldStatus()
11180 if (data.currentScreenFoldStatus_ == ScreenFoldData::INVALID_VALUE) { in ReportScreenFoldStatus()
11189 "LASTFOLDSTATE", data.currentScreenFoldStatus_, in ReportScreenFoldStatus()