Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.h245 Dimension userSetSidebarWidth_; variable
H A Dside_bar_container_pattern.cpp95 userSetSidebarWidth_ = layoutProperty->GetSideBarWidth().value_or(SIDEBAR_WIDTH_NEGATIVE); in OnAttachToFrameNode()
424 …if ((userSetSidebarWidth_ != layoutProperty->GetSideBarWidth().value_or(SIDEBAR_WIDTH_NEGATIVE)) || in OnModifyDone()
427 userSetSidebarWidth_ = layoutProperty->GetSideBarWidth().value_or(SIDEBAR_WIDTH_NEGATIVE); in OnModifyDone()