Home
last modified time | relevance | path

Searched defs:itemHeight (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_layout_range_solver_test.cpp316 constexpr float itemHeight = 500.0f; variable
348 constexpr float itemHeight = 300.0f; variable
433 constexpr float itemHeight = 790.0f; variable
480 constexpr float itemHeight = 300.0f; variable
513 constexpr float itemHeight = 790.0f; variable
549 constexpr float itemHeight = 300.0f; variable
698 constexpr float itemHeight = 300.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp105 auto itemHeight = idealHeight_ > 0.0f ? idealHeight_ : in Layout() local
183 auto itemHeight = std::max(leftRowHeight, rightRowHeight) + padding.Height(); in MeasureItemViews() local
278 float width, float itemHeight, float expandableHeight) in UpdateSelfSize()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_picker_unit_test.cpp155 const int16_t itemHeight = 10; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_paint_method.cpp155 …auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).Con… in PaintHoverIndicator() local
227 …auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).Con… in PaintPressIndicator() local
261 auto itemHeight = itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in CalculateNormalMargin() local
319 …auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).Con… in CalculateLongPointCenterX() local
454 …auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).Con… in UpdateBackground() local
H A Doverlength_dot_indicator_paint_method.cpp156 …auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).Con… in CalculateLongPointCenterX() local
H A Ddot_indicator_modifier.h255 void SetItemHeight(const float itemHeight) in SetItemHeight()
H A Ddot_indicator_modifier.cpp84 auto itemHeight = contentProperty.itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in PaintBackground() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp471 float itemHeight = 90.f; variable
582 float itemHeight = GRID_HEIGHT / maxCount - 100.f; // less than quarter of GRID_HEIGHT variable
H A Dgrid_layout_test_ng.cpp1565 float itemHeight = 150.0f; variable
1595 float itemHeight = 150.0f; variable
1624 float itemHeight = 150.0f; variable
H A Dgrid_scroller_event_test_ng.cpp52 double itemHeight = ITEM_HEIGHT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp181 auto itemHeight = GetMainAxisSize(itemSize, axis_); in MeasureToTarget() local
356 auto itemHeight = GetMainAxisSize(itemSize, axis_); in FillViewport() local
H A Dwater_flow_segmented_layout.cpp442 float itemHeight = WaterFlowLayoutUtils::GetUserDefHeight(sections_, seg, i); in MeasureToTarget() local
464 … float itemHeight = WaterFlowLayoutUtils::GetUserDefHeight(sections_, info_->GetSegment(i), i); in Fill() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp660 float itemHeight = 0.0f; in UpdateSnapCenterContentOffset() local
1268 …auto itemHeight = itemPosition_.begin()->second.endPos - itemPosition_.begin()->second.startPos + … in FixPredictSnapOffsetAlignStart() local
1308 …auto itemHeight = itemPosition_.begin()->second.endPos - itemPosition_.begin()->second.startPos + … in FixPredictSnapOffsetAlignCenter() local
1348 …auto itemHeight = itemPosition_.begin()->second.endPos - itemPosition_.begin()->second.startPos + … in FixPredictSnapOffsetAlignEnd() local
2244 … float itemHeight = itemPosition_.begin()->second.endPos - itemPosition_.begin()->second.startPos; in FindPredictSnapIndexInItemPositionsStart() local
2247 float itemHeight = positionInfo.second.endPos - positionInfo.second.startPos; in FindPredictSnapIndexInItemPositionsStart() local
2286 …float itemHeight = itemPosition_.rbegin()->second.endPos - itemPosition_.rbegin()->second.startPos; in FindPredictSnapIndexInItemPositionsEnd() local
2330 float itemHeight = 0.0f; in IsUniformHeightProbably() local
2357 float itemHeight = itemPosition_[index].endPos - itemPosition_[index].startPos; in CalculatePredictSnapEndPositionByIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_textpicker_ffi.cpp195 Dimension itemHeight(value.height, static_cast<DimensionUnit>(value.heightUnit)); in FfiOHOSAceFrameworkTextPickerDialogShow() local
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-swiper.md751 ### itemHeight subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-swiper.md751 ### itemHeight subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/
H A Dmenu_item_group_layout_algorithm.cpp99 float itemHeight; in Measure() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp521 …auto itemHeight = GetChildFrameNode(frameNode_, 0)->GetGeometryNode()->GetMarginFrameSize().Height… variable
1098 …auto itemHeight = GetChildFrameNode(frameNode_, 0)->GetGeometryNode()->GetMarginFrameSize().Height… variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_model.h42 std::optional<Dimension> itemHeight; member
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_extened.h111 ArkUI_OptionalFloat itemHeight; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_pattern.cpp393 float itemHeight = itemHeightValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp1118 auto itemHeight = 200.0f; variable
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js4234 constructor(w4, x4, itemWidth, itemHeight, y4, z4, a5) { argument
4378 constructor(m4, n4, itemWidth, itemHeight, o4, p4) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_swiper_bridge.cpp634 …std::string itemHeight = ArkTSUtils::ParseJsDimension(vm, itemHeightArg, calc, DimensionUnit::VP, … in GetSwiperDotIndicator() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js1899 itemHeight(value) { method in DotIndicator

12