/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_utils_test_ng.cpp | 98 layoutProperty_->UpdateIndex(1); 123 layoutProperty_->UpdateIndex(1); 148 layoutProperty_->UpdateIndex(1); 173 layoutProperty_->UpdateIndex(1); 196 layoutProperty_->UpdateIndex(1);
|
H A D | swiper_test_ng.cpp | 800 pattern_->GetLayoutProperty<SwiperLayoutProperty>()->UpdateIndex(-1); 816 pattern_->GetLayoutProperty<SwiperLayoutProperty>()->UpdateIndex(0); 1170 pattern_->GetLayoutProperty<SwiperLayoutProperty>()->UpdateIndex(-1); 1241 pattern_->GetLayoutProperty<SwiperLayoutProperty>()->UpdateIndex(-1); 1266 pattern_->GetLayoutProperty<SwiperLayoutProperty>()->UpdateIndex(-1); 1508 layoutProperty_->UpdateIndex(1); 1513 layoutProperty_->UpdateIndex(5); 1517 layoutProperty_->UpdateIndex(6); 1522 layoutProperty_->UpdateIndex(3); 1528 layoutProperty_->UpdateIndex(3);
|
H A D | swiper_indicator_common_test_ng.cpp | 220 layoutProperty_->UpdateIndex(0); 253 layoutProperty_->UpdateIndex(0); 320 layoutProperty_->UpdateIndex(0); 355 layoutProperty_->UpdateIndex(4);
|
H A D | swiper_indicator_test_ng.cpp | 700 layoutProperty_->UpdateIndex(1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/ |
H A D | element_proxy.cpp | 180 void UpdateIndex(size_t startIndex) override in UpdateIndex() function in OHOS::Ace::V2::__anon58dd4b170110::RenderElementProxy 351 void UpdateIndex(size_t startIndex) override in UpdateIndex() function in OHOS::Ace::V2::__anon58dd4b170110::TabContentItemElementProxy 621 void UpdateIndex(size_t startIndex) override in UpdateIndex() function in OHOS::Ace::V2::__anon58dd4b170110::LazyForEachElementProxy 708 host->UpdateIndex(); in OnDataReloaded() 765 host->UpdateIndex(); in OnDataReloaded() 802 host->UpdateIndex(); in OnDataAdded() 849 host->UpdateIndex(); in OnDataDeleted() 1387 host->UpdateIndex(); in LocalizedUpdate() 1506 host->UpdateIndex(); in LocalizedUpdate() 1575 void ElementProxyHost::UpdateIndex() in UpdateIndex() function in OHOS::Ace::V2::ElementProxyHost [all …]
|
H A D | element_proxy.h | 45 virtual void UpdateIndex(size_t startIndex) = 0; 109 virtual void UpdateIndex();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_controller.cpp | 42 tabBar->UpdateIndex(0); in ValidateIndex() 114 tabBar->UpdateIndex(index); in SetIndexByController() 157 tabBar->UpdateIndex(index); in SetIndexByScrollContent()
|
H A D | tab_bar_element.cpp | 48 UpdateIndex(curIndex); in UpdateElement() 108 void TabBarElement::UpdateIndex(int32_t index) in UpdateIndex() function in OHOS::Ace::TabBarElement
|
H A D | tab_bar_element.h | 32 void UpdateIndex(int32_t index);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
H A D | tab_content_proxy_element.cpp | 183 void TabContentProxyElement::UpdateIndex() in UpdateIndex() function in OHOS::Ace::V2::TabContentProxyElement 196 ElementProxyHost::UpdateIndex(); in UpdateIndex()
|
H A D | tab_content_proxy_element.h | 41 void UpdateIndex() override;
|
H A D | tabs_helper.h | 295 tabBarElement->UpdateIndex(idx); in SetIndex()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_tab_bar.cpp | 107 void DOMTabBar::UpdateIndex(uint32_t currentIndex) in UpdateIndex() function in OHOS::Ace::Framework::DOMTabBar 195 tabBarNode->UpdateIndex(currentIndex); in PrepareChangeListener()
|
H A D | dom_tab_bar.h | 41 void UpdateIndex(uint32_t currentIndex);
|
H A D | dom_tab_content.cpp | 68 tabBarNode->UpdateIndex(currentIndex); in PrepareChangeListener()
|
H A D | dom_tabs.cpp | 66 AceType::DynamicCast<DOMTabBar>(domChild)->UpdateIndex(tabIndex_); in SetSpecializedAttr()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | track_animation_state.h | 70 BASE_NS::pair<uint32_t, float> UpdateIndex(float progress); in META_BEGIN_NAMESPACE()
|
H A D | track_animation_state.cpp | 167 BASE_NS::pair<uint32_t, float> TrackAnimationState::UpdateIndex(float progress) in UpdateIndex() function in Internal::TrackAnimationState
|
H A D | track_animation.cpp | 141 const auto trackState = GetState().UpdateIndex(progress); in Evaluate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tabs_pattern.cpp | 78 tabsLayoutProperty->UpdateIndex(currentIndex); in SetOnChangeEvent() 379 swiperLayoutProperty->UpdateIndex(jsonIsOn->GetInt()); in OnRestoreInfo() 576 swiperLayoutProperty->UpdateIndex(index); in UpdateSelectedState() 577 tabsLayoutProperty->UpdateIndex(index); in UpdateSelectedState()
|
H A D | tabs_model_ng.cpp | 73 tabsLayoutProperty->UpdateIndex(index < 0 ? 0 : index); in Create() 340 swiperLayoutProperty->UpdateIndex(index); in SetIndex() 353 swiperLayoutProperty->UpdateIndex(index); in SetIndex() 357 tabsLayoutProperty->UpdateIndex(index); in SetIndex() 571 swiperLayoutProperty->UpdateIndex(index); in Pop()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stepper/ |
H A D | stepper_model_ng.cpp | 112 swiperLayoutProperty->UpdateIndex(static_cast<int32_t>(index)); in CreateSwiperChild()
|
H A D | stepper_pattern.cpp | 48 hostNode->GetLayoutProperty<StepperLayoutProperty>()->UpdateIndex(index_); in OnModifyDone() 49 swiperNode->GetLayoutProperty<SwiperLayoutProperty>()->UpdateIndex(index_); in OnModifyDone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_property.h | 167 UpdateIndex(StringUtils::StringToInt(json->GetString("index"))); in FromJson()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | render_swiper.h | 437 void UpdateIndex(int32_t index);
|