Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.h80 forceUpdate_ = true; in AddChildContent()
87 forceUpdate_ = true; in RemoveChildContent()
98 forceUpdate_ = true; in RemoveChildContent()
225 bool forceUpdate_ = false; variable
H A Drender_tab_content.cpp482 if ((!isDragging_ && !isInAnimation_) || (index == requestedIndex_) || forceUpdate_) { in PerformLayout()
495 forceUpdate_ = false; in PerformLayout()