/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | rating_composed_element.cpp | 30 … { "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 D | swiper_composed_element.cpp | 31 … { "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 D | rating_composed_element.h | 36 std::string GetIndicator() const;
|
H A D | swiper_composed_element.h | 39 std::string GetIndicator() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rating/ |
H A D | rating_property_group.h | 41 json->PutExtAttr("indicator", GetIndicator().value_or(false) ? "true" : "false", filter); in ToJsonValue()
|
H A D | rating_accessibility_property.cpp | 55 bool indicator = ratingLayoutProperty->GetIndicator().value_or(false); in IsEditable()
|
H A D | rating_layout_algorithm.cpp | 59 bool indicator = ratingLayoutProperty->GetIndicator().value_or(false); in MeasureContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/ |
H A D | swiper_component.cpp | 212 RefPtr<SwiperIndicator> SwiperComponent::GetIndicator() const in GetIndicator() function in OHOS::Ace::SwiperComponent 215 return declaration_->GetIndicator(); in GetIndicator()
|
H A D | swiper_component.h | 123 RefPtr<SwiperIndicator> GetIndicator() const;
|
H A D | swiper_element.cpp | 36 auto indicator = swiperComponent->GetIndicator(); in PerformBuild()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_accessibility_property.cpp | 72 auto indicator = tabBarPattern->GetIndicator(); in GetCurrentIndex()
|
H A D | tab_bar_pattern.cpp | 1956 …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 D | tab_bar_pattern.h | 367 int32_t GetIndicator() in GetIndicator() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | rating_model_impl.cpp | 42 if (component->GetIndicator()) { in Create()
|
H A D | swiper_model_impl.cpp | 242 auto indicator = swiper->GetIndicator(); in SetIndicatorStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_test_ng.cpp | 533 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 D | tab_bar_event_test_ng.cpp | 896 EXPECT_EQ(tabBarLayoutProperty_->GetIndicator().value_or(0), 1);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_bar_component.h | 83 const RefPtr<BoxComponent>& GetIndicator() const in GetIndicator() function
|
H A D | tab_bar_element.cpp | 62 indicatorStyle_ = tabBar->GetIndicator(); in Update()
|
H A D | render_tab_bar.cpp | 45 auto barIndicator = tabBar->GetIndicator(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_component.h | 54 bool GetIndicator() const in GetIndicator() function
|
H A D | render_rating.h | 72 bool GetIndicator() const in GetIndicator() function
|
H A D | render_rating.cpp | 63 isIndicator_ = rating->GetIndicator(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_rating.cpp | 114 if (ratingChild_->GetIndicator()) { in SetThemeAttrs()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/ |
H A D | swiper_declaration.h | 378 const RefPtr<SwiperIndicator>& GetIndicator() const in GetIndicator() function
|