Home
last modified time | relevance | path

Searched refs:unselectedIndex (Results 1 – 5 of 5) 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
290 tabBarPattern_->HandleBottomTabBarClick(selectedIndex, unselectedIndex);
304 int32_t unselectedIndex = 1; variable
314 tabBarPattern_->HandleBottomTabBarClick(selectedIndex, unselectedIndex);
328 int32_t unselectedIndex = 1; variable
337 tabBarPattern_->HandleBottomTabBarClick(selectedIndex, unselectedIndex);
351 int32_t unselectedIndex = 1; variable
360 tabBarPattern_->HandleBottomTabBarClick(selectedIndex, unselectedIndex);
374 int32_t unselectedIndex = 1; variable
382 tabBarPattern_->HandleBottomTabBarClick(selectedIndex, unselectedIndex);
H A Dtab_bar_pattern_test_ng.cpp1206 int32_t unselectedIndex = 1; variable
1221 originalUnselectedMaskOffset, unselectedIndex);
1244 int32_t unselectedIndex = 1; variable
1258 originalUnselectedMaskOffset, unselectedIndex);
1281 int32_t unselectedIndex = 1; variable
1295 originalUnselectedMaskOffset, unselectedIndex);
1318 int32_t unselectedIndex = 1; variable
1331 originalUnselectedMaskOffset, unselectedIndex);
H A Dtab_bar_test_ng.cpp768 int32_t unselectedIndex = 1; variable
779 originalUnselectedMaskOffset, unselectedIndex);
/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
1417 unselectedIndex = preIndex; in HandleBottomTabBarChange()
1422 HandleBottomTabBarClick(selectedIndex, unselectedIndex); in HandleBottomTabBarChange()
1441 void TabBarPattern::HandleBottomTabBarClick(int32_t selectedIndex, int32_t unselectedIndex) in HandleBottomTabBarClick() argument
1448 std::vector<int32_t> selectedIndexes = {selectedIndex, unselectedIndex}; in HandleBottomTabBarClick()
1455 layoutProperty->UpdateUnselectedMask(unselectedIndex); in HandleBottomTabBarClick()
1464 ChangeMask(unselectedIndex, unselectedImageSize, originalUnselectedMaskOffset, FULL_OPACITY, in HandleBottomTabBarClick()
1469 originalUnselectedMaskOffset, unselectedIndex); in HandleBottomTabBarClick()
1576 const OffsetF& originalUnselectedMaskOffset, int32_t unselectedIndex) in PlayMaskAnimation() argument
1610 [weak = AceType::WeakClaim(this), selectedIndex, unselectedIndex]() { in PlayMaskAnimation()
[all …]
H A Dtab_bar_pattern.h504 void HandleBottomTabBarClick(int32_t selectedIndex, int32_t unselectedIndex);
508 … float unselectedImageSize, const OffsetF& originalUnselectedMaskOffset, int32_t unselectedIndex);