Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/
Dfolder_stack_layout_algorithm.cpp55 if (!isIntoFolderStack_) { in Layout()
141 isIntoFolderStack_ = IsIntoFolderStack(size, layoutProperty, layoutWrapper); in Measure()
144 if (!isIntoFolderStack_) { in Measure()
257 } else if ((!isIntoFolderStack_ && hoverNode->GetChildren().size() == 0) || in AdjustNodeTree()
258 (isIntoFolderStack_ && hoverNode->GetChildren().size() > 0)) { in AdjustNodeTree()
268 if (!isIntoFolderStack_) { in AdjustNodeTree()
321 if (isIntoFolderStack_ == pattern->IsInHoverMode()) { in OnHoverStatusChange()
332 displayInfo->GetFoldStatus(), isIntoFolderStack_, displayInfo->GetRotation(), windowMode); in OnHoverStatusChange()
338 … displayInfo->GetFoldStatus(), isIntoFolderStack_, displayInfo->GetRotation(), windowMode); in OnHoverStatusChange()
Dfolder_stack_layout_algorithm.h44 return isIntoFolderStack_; in GetIsIntoFolderStack()
71 bool isIntoFolderStack_ = false; variable