Home
last modified time | relevance | path

Searched refs:UpdateIndex (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_utils_test_ng.cpp98 layoutProperty_->UpdateIndex(1);
123 layoutProperty_->UpdateIndex(1);
148 layoutProperty_->UpdateIndex(1);
173 layoutProperty_->UpdateIndex(1);
196 layoutProperty_->UpdateIndex(1);
H A Dswiper_test_ng.cpp800 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 Dswiper_indicator_common_test_ng.cpp220 layoutProperty_->UpdateIndex(0);
253 layoutProperty_->UpdateIndex(0);
320 layoutProperty_->UpdateIndex(0);
355 layoutProperty_->UpdateIndex(4);
H A Dswiper_indicator_test_ng.cpp700 layoutProperty_->UpdateIndex(1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp180 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 Delement_proxy.h45 virtual void UpdateIndex(size_t startIndex) = 0;
109 virtual void UpdateIndex();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_controller.cpp42 tabBar->UpdateIndex(0); in ValidateIndex()
114 tabBar->UpdateIndex(index); in SetIndexByController()
157 tabBar->UpdateIndex(index); in SetIndexByScrollContent()
H A Dtab_bar_element.cpp48 UpdateIndex(curIndex); in UpdateElement()
108 void TabBarElement::UpdateIndex(int32_t index) in UpdateIndex() function in OHOS::Ace::TabBarElement
H A Dtab_bar_element.h32 void UpdateIndex(int32_t index);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.cpp183 void TabContentProxyElement::UpdateIndex() in UpdateIndex() function in OHOS::Ace::V2::TabContentProxyElement
196 ElementProxyHost::UpdateIndex(); in UpdateIndex()
H A Dtab_content_proxy_element.h41 void UpdateIndex() override;
H A Dtabs_helper.h295 tabBarElement->UpdateIndex(idx); in SetIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_bar.cpp107 void DOMTabBar::UpdateIndex(uint32_t currentIndex) in UpdateIndex() function in OHOS::Ace::Framework::DOMTabBar
195 tabBarNode->UpdateIndex(currentIndex); in PrepareChangeListener()
H A Ddom_tab_bar.h41 void UpdateIndex(uint32_t currentIndex);
H A Ddom_tab_content.cpp68 tabBarNode->UpdateIndex(currentIndex); in PrepareChangeListener()
H A Ddom_tabs.cpp66 AceType::DynamicCast<DOMTabBar>(domChild)->UpdateIndex(tabIndex_); in SetSpecializedAttr()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.h70 BASE_NS::pair<uint32_t, float> UpdateIndex(float progress); in META_BEGIN_NAMESPACE()
H A Dtrack_animation_state.cpp167 BASE_NS::pair<uint32_t, float> TrackAnimationState::UpdateIndex(float progress) in UpdateIndex() function in Internal::TrackAnimationState
H A Dtrack_animation.cpp141 const auto trackState = GetState().UpdateIndex(progress); in Evaluate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp78 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 Dtabs_model_ng.cpp73 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 Dstepper_model_ng.cpp112 swiperLayoutProperty->UpdateIndex(static_cast<int32_t>(index)); in CreateSwiperChild()
H A Dstepper_pattern.cpp48 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 Dswiper_layout_property.h167 UpdateIndex(StringUtils::StringToInt(json->GetString("index"))); in FromJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.h437 void UpdateIndex(int32_t index);

12