Searched refs:unselectedIndex (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_event_test_ng.cpp | 284 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 D | tab_bar_pattern_test_ng.cpp | 1206 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 D | tab_bar_test_ng.cpp | 768 int32_t unselectedIndex = 1; variable 779 originalUnselectedMaskOffset, unselectedIndex);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 1415 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 D | tab_bar_pattern.h | 504 void HandleBottomTabBarClick(int32_t selectedIndex, int32_t unselectedIndex); 508 … float unselectedImageSize, const OffsetF& originalUnselectedMaskOffset, int32_t unselectedIndex);
|