Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.h79 requestedIndex_ = index; in AddChildContent()
229 int32_t requestedIndex_ = -1; // the next requested index variable
H A Drender_tab_content.cpp482 if ((!isDragging_ && !isInAnimation_) || (index == requestedIndex_) || forceUpdate_) { in PerformLayout()
496 requestedIndex_ = -1; in PerformLayout()