Home
last modified time | relevance | path

Searched refs:selectedFlag (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model.h119 bool selectedFlag = false; member
H A Dtab_content_model_ng.cpp405 if (modifierOnApply != nullptr && tabBarParam.GetSymbol().value().selectedFlag) { in AddTabBarItem()
H A Dtab_bar_pattern.cpp2187 if (type == "selected" && !symbolArray_[index].selectedFlag) { in UpdateSymbolApply()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp1421 tabBarSymbol.selectedFlag = true;
1534 tabBarSymbol.selectedFlag = false;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp639 symbolApply.selectedFlag = true; in SetBottomTabBarStyle()