Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/fold_screen_controller/
H A Dfold_screen_policy.cpp42 return lastFoldStatus_; in GetFoldStatus()
49 lastFoldStatus_ = foldStatus; in SetFoldStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
H A Dfolder_stack_pattern.cpp143 lastFoldStatus = lastFoldStatus_]() { in RefreshStack()
174 lastFoldStatus_ = currentFoldStatus_; in RefreshStack()
175 TAG_LOGD(AceLogTag::ACE_FOLDER_STACK, "the last folding state was:%{public}d", lastFoldStatus_); in RefreshStack()
H A Dfolder_stack_pattern.h132 FoldStatus lastFoldStatus_ = FoldStatus::UNKNOWN; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/fold_screen_controller/
H A Dfold_screen_policy.h65 FoldStatus lastFoldStatus_ = FoldStatus::UNKNOWN; variable