Home
last modified time | relevance | path

Searched refs:MeasureArrow (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h335 …void MeasureArrow(const RefPtr<LayoutWrapper>& arrowWrapper, const RefPtr<LayoutProperty>& layoutP…
H A Dswiper_layout_algorithm.cpp89 MeasureArrow(leftArrowWrapper, property); in IndicatorAndArrowMeasure()
90 MeasureArrow(rightArrowWrapper, property); in IndicatorAndArrowMeasure()
1231 void SwiperLayoutAlgorithm::MeasureArrow( in MeasureArrow() function in OHOS::Ace::NG::SwiperLayoutAlgorithm