/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
H A D | grid_layout_range_solver_test.cpp | 316 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 D | menu_item_layout_algorithm.cpp | 105 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 D | ui_picker_unit_test.cpp | 155 const int16_t itemHeight = 10; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_paint_method.cpp | 155 …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 D | overlength_dot_indicator_paint_method.cpp | 156 …auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).Con… in CalculateLongPointCenterX() local
|
H A D | dot_indicator_modifier.h | 255 void SetItemHeight(const float itemHeight) in SetItemHeight()
|
H A D | dot_indicator_modifier.cpp | 84 auto itemHeight = contentProperty.itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in PaintBackground() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_attr_test_ng.cpp | 471 float itemHeight = 90.f; variable 582 float itemHeight = GRID_HEIGHT / maxCount - 100.f; // less than quarter of GRID_HEIGHT variable
|
H A D | grid_layout_test_ng.cpp | 1565 float itemHeight = 150.0f; variable 1595 float itemHeight = 150.0f; variable 1624 float itemHeight = 150.0f; variable
|
H A D | grid_scroller_event_test_ng.cpp | 52 double itemHeight = ITEM_HEIGHT; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.cpp | 181 auto itemHeight = GetMainAxisSize(itemSize, axis_); in MeasureToTarget() local 356 auto itemHeight = GetMainAxisSize(itemSize, axis_); in FillViewport() local
|
H A D | water_flow_segmented_layout.cpp | 442 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 D | list_layout_algorithm.cpp | 660 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 D | cj_textpicker_ffi.cpp | 195 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 D | ts-container-swiper.md | 751 ### itemHeight subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-swiper.md | 751 ### itemHeight subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_layout_algorithm.cpp | 99 float itemHeight; in Measure() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_scroller_test_ng.cpp | 521 …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 D | swiper_model.h | 42 std::optional<Dimension> itemHeight; member
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_extened.h | 111 ArkUI_OptionalFloat itemHeight; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 393 float itemHeight = itemHeightValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_layout_test_ng.cpp | 1118 auto itemHeight = 200.0f; variable
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 4234 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 D | arkts_native_swiper_bridge.cpp | 634 …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 D | jsEnumStyle.js | 1899 itemHeight(value) { method in DotIndicator
|