Searched refs:SIDEBAR_WIDTH_NEGATIVE (Results 1 – 1 of 1) sorted by relevance
72 Dimension SIDEBAR_WIDTH_NEGATIVE = -1.0_vp; variable95 userSetSidebarWidth_ = layoutProperty->GetSideBarWidth().value_or(SIDEBAR_WIDTH_NEGATIVE); in OnAttachToFrameNode()121 realSideBarWidth_ = layoutProperty->GetSideBarWidth().value_or(SIDEBAR_WIDTH_NEGATIVE); in OnUpdateShowSideBar()424 …if ((userSetSidebarWidth_ != layoutProperty->GetSideBarWidth().value_or(SIDEBAR_WIDTH_NEGATIVE)) || in OnModifyDone()425 … (layoutProperty->GetSideBarWidth().value_or(SIDEBAR_WIDTH_NEGATIVE) == DEFAULT_SIDE_BAR_WIDTH)) { in OnModifyDone()427 userSetSidebarWidth_ = layoutProperty->GetSideBarWidth().value_or(SIDEBAR_WIDTH_NEGATIVE); in OnModifyDone()