Home
last modified time | relevance | path

Searched defs:unselectedIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_event_test_ng.cpp284 int32_t unselectedIndex = 1; variable
304 int32_t unselectedIndex = 1; variable
328 int32_t unselectedIndex = 1; variable
351 int32_t unselectedIndex = 1; variable
374 int32_t unselectedIndex = 1; variable
H A Dtab_bar_pattern_test_ng.cpp1206 int32_t unselectedIndex = 1; variable
1244 int32_t unselectedIndex = 1; variable
1281 int32_t unselectedIndex = 1; variable
1318 int32_t unselectedIndex = 1; variable
H A Dtab_bar_test_ng.cpp768 int32_t unselectedIndex = 1; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.cpp1415 int32_t unselectedIndex = -1; in HandleBottomTabBarChange() local
1441 void TabBarPattern::HandleBottomTabBarClick(int32_t selectedIndex, int32_t unselectedIndex) in HandleBottomTabBarClick()
1576 const OffsetF& originalUnselectedMaskOffset, int32_t unselectedIndex) in PlayMaskAnimation()