Home
last modified time | relevance | path

Searched defs:selectedItemHeight (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp158 auto selectedItemHeight = in PaintHoverIndicator() local
230 auto selectedItemHeight = in PaintPressIndicator() local
263 auto selectedItemHeight = itemHalfSizes[SELECTED_ITEM_HALF_HEIGHT] * 2; in CalculateNormalMargin() local
322 auto selectedItemHeight = in CalculateLongPointCenterX() local
457 auto selectedItemHeight = in UpdateBackground() local
H A Doverlength_dot_indicator_paint_method.cpp159 auto selectedItemHeight = in CalculateLongPointCenterX() local
H A Ddot_indicator_modifier.h265 void SetSelectedItemHeight(const float selectedItemHeight) in SetSelectedItemHeight()
H A Ddot_indicator_modifier.cpp86 auto selectedItemHeight = contentProperty.itemHalfSizes[SELECTED_ITEM_HALF_HEIGHT] * 2; in PaintBackground() local
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-swiper.md799 ### selectedItemHeight subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-swiper.md799 ### selectedItemHeight subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h44 std::optional<Dimension> selectedItemHeight; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_extened.h113 ArkUI_OptionalFloat selectedItemHeight; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp641 std::string selectedItemHeight = in GetSwiperDotIndicator() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1907 selectedItemHeight(value) { method in DotIndicator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1299 ArkUIOptionalFloat selectedItemHeight; member