Searched refs:isIntoFolderStack_ (Results 1 – 2 of 2) sorted by relevance
55 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()
44 return isIntoFolderStack_; in GetIsIntoFolderStack()71 bool isIntoFolderStack_ = false; variable