Home
last modified time | relevance | path

Searched refs:GetIndicator (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Drating_composed_element.cpp30 … { "indicator", [](const RatingComposedElement& inspector) { return inspector.GetIndicator(); } }, in __anond7ec04810302()
42 DumpLog::GetInstance().AddDesc(std::string("indicator: ").append(GetIndicator())); in Dump()
66 std::string RatingComposedElement::GetIndicator() const in GetIndicator() function in OHOS::Ace::V2::RatingComposedElement
69 auto indicator = renderRating ? renderRating->GetIndicator() : false; in GetIndicator()
H A Dswiper_composed_element.cpp31 … { "indicator", [](const SwiperComposedElement& inspector) { return inspector.GetIndicator(); } }, in __anon1f3bcfd60502()
56 DumpLog::GetInstance().AddDesc(std::string("indicator: ").append(GetIndicator())); in Dump()
118 std::string SwiperComposedElement::GetIndicator() const in GetIndicator() function in OHOS::Ace::V2::SwiperComposedElement
H A Drating_composed_element.h36 std::string GetIndicator() const;
H A Dswiper_composed_element.h39 std::string GetIndicator() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/
H A Drating_property_group.h41 json->PutExtAttr("indicator", GetIndicator().value_or(false) ? "true" : "false", filter); in ToJsonValue()
H A Drating_accessibility_property.cpp55 bool indicator = ratingLayoutProperty->GetIndicator().value_or(false); in IsEditable()
H A Drating_layout_algorithm.cpp59 bool indicator = ratingLayoutProperty->GetIndicator().value_or(false); in MeasureContent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Dswiper_component.cpp212 RefPtr<SwiperIndicator> SwiperComponent::GetIndicator() const in GetIndicator() function in OHOS::Ace::SwiperComponent
215 return declaration_->GetIndicator(); in GetIndicator()
H A Dswiper_component.h123 RefPtr<SwiperIndicator> GetIndicator() const;
H A Dswiper_element.cpp36 auto indicator = swiperComponent->GetIndicator(); in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_accessibility_property.cpp72 auto indicator = tabBarPattern->GetIndicator(); in GetCurrentIndex()
H A Dtab_bar_pattern.cpp1956 …if (!tabBarPattern->GetClickRepeat() || tabBarLayoutProperty->GetIndicator().value_or(0) == index)… in OnTabBarIndexChange()
2464 tabBarItemRect = paintProperty->GetIndicator().value_or(rect); in CreateNodePaintMethod()
2518 indicatorStyle.width = Dimension(paintProperty->GetIndicator().value_or(rect).Width()); in GetIndicatorStyle()
2751 auto index = pattern->GetIndicator() + 1; in SetAccessibilityAction()
2766 auto index = pattern->GetIndicator() - 1; in SetAccessibilityAction()
2778 jsonObj->Put("Index", tabBarLayoutProperty->GetIndicator().value_or(0)); in ProvideRestoreInfo()
H A Dtab_bar_pattern.h367 int32_t GetIndicator() in GetIndicator() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drating_model_impl.cpp42 if (component->GetIndicator()) { in Create()
H A Dswiper_model_impl.cpp242 auto indicator = swiper->GetIndicator(); in SetIndicatorStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_test_ng.cpp533 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 0);
536 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 1);
539 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 1);
1403 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 0);
1406 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 0);
1409 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 0);
1419 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 0);
H A Dtab_bar_event_test_ng.cpp896 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 1);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h83 const RefPtr<BoxComponent>& GetIndicator() const in GetIndicator() function
H A Dtab_bar_element.cpp62 indicatorStyle_ = tabBar->GetIndicator(); in Update()
H A Drender_tab_bar.cpp45 auto barIndicator = tabBar->GetIndicator(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drating_component.h54 bool GetIndicator() const in GetIndicator() function
H A Drender_rating.h72 bool GetIndicator() const in GetIndicator() function
H A Drender_rating.cpp63 isIndicator_ = rating->GetIndicator(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_rating.cpp114 if (ratingChild_->GetIndicator()) { in SetThemeAttrs()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h378 const RefPtr<SwiperIndicator>& GetIndicator() const in GetIndicator() function

12