/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/ |
H A D | grid_layout_range_solver_test.cpp | 317 constexpr float itemHeight = 500.0f; in HWTEST_F() local 349 constexpr float itemHeight = 300.0f; in HWTEST_F() local 434 constexpr float itemHeight = 790.0f; HWTEST_F() local 481 constexpr float itemHeight = 300.0f; HWTEST_F() local 514 constexpr float itemHeight = 790.0f; HWTEST_F() local 550 constexpr float itemHeight = 300.0f; HWTEST_F() local 699 constexpr float itemHeight = 300.0f; HWTEST_F() local [all...] |
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_picker_unit_test.cpp | 155 const int16_t itemHeight = 10; in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_layout_test_ng.cpp | 406 float itemHeight = 150.0f; in HWTEST_F() local
|
H A D | grid_scroller_event_test_ng.cpp | 52 double itemHeight = ITEM_HEIGHT; in HWTEST_F() local
|
H A D | grid_attr_test_ng.cpp | 471 float itemHeight = 90.f; in HWTEST_F() local 474 EXPECT_EQ(GetChildHeight(frameNode_, 0), itemHeight); in HWTEST_F() local 582 float itemHeight = GRID_HEIGHT / maxCount - 100.f; // less than quarter of GRID_HEIGHT in HWTEST_F() local
|
H A D | grid_scroll_layout_test_ng.cpp | 1117 float itemHeight = 150.0f; in HWTEST_F() local 1146 float itemHeight = 150.0f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item_group/ |
H A D | menu_item_group_layout_algorithm.cpp | 85 float itemHeight; in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | overlength_dot_indicator_paint_method.cpp | 154 auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).ConvertToPx());
in CalculateLongPointCenterX() local
|
H A D | dot_indicator_paint_method.cpp | 157 auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).ConvertToPx()); in PaintHoverIndicator() local 247 auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).ConvertToPx()); in PaintPressIndicator() local 281 auto itemHeight = itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in CalculateNormalMargin() local 348 auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).ConvertToPx()); in CalculateLongPointCenterX() local 487 auto itemHeight in UpdateBackground() local [all...] |
H A D | dot_indicator_modifier.cpp | 74 auto itemHeight = contentProperty.itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in PaintBackground() local
|
H A D | dot_indicator_modifier.h | 255 void SetItemHeight(const float itemHeight) in SetItemHeight() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_model_test_ng.cpp | 394 Dimension itemHeight = 18.0_vp;
in HWTEST_F() local 395 TextPickerModelNG::SetDefaultPickerItemHeight(AceType::RawPtr(frameNode), itemHeight);
in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_algorithm.cpp | 200 auto itemHeight = GreatNotEqual(userHeight_, 0.0f) ? userHeight_ in MeasureItemViews() local 330 UpdateSelfSize(LayoutWrapper* layoutWrapper, float width, float itemHeight, float expandableHeight) UpdateSelfSize() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_scroller_test_ng.cpp | 526 auto itemHeight = GetChildFrameNode(frameNode_, 0)->GetGeometryNode()->GetMarginFrameSize().Height(); in HWTEST_F() local 1104 auto itemHeight = GetChildFrameNode(frameNode_, 0)->GetGeometryNode()->GetMarginFrameSize().Height(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_model.h | 42 std::optional<Dimension> itemHeight; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.cpp | 175 auto itemHeight = GetMainAxisSize(itemSize, axis_); in MeasureToTarget() local 337 auto itemHeight = GetMainAxisSize(itemSize, axis_); in FillViewport() local [all...] |
H A D | water_flow_segmented_layout.cpp | 430 float itemHeight = WaterFlowLayoutUtils::GetUserDefHeight(sections_, seg, i); in MeasureToTarget() local 451 float itemHeight = WaterFlowLayoutUtils::GetUserDefHeight(sections_, info_->GetSegment(i), i); in Fill() local
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | node_extened.h | 111 ArkUI_OptionalFloat itemHeight; member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_layout_test_ng.cpp | 1070 auto itemHeight = 200.0f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 641 float itemHeight = 0.0f; in UpdateSnapCenterContentOffset() local 1253 auto itemHeight = itemPosition_.begin()->second.endPos - itemPosition_.begin()->second.startPos + spaceWidth_; in FixPredictSnapOffsetAlignStart() local 1293 auto itemHeight = itemPosition_.begin()->second.endPos - itemPosition_.begin()->second.startPos + spaceWidth_; FixPredictSnapOffsetAlignCenter() local 1333 auto itemHeight = itemPosition_.begin()->second.endPos - itemPosition_.begin()->second.startPos + spaceWidth_; FixPredictSnapOffsetAlignEnd() local 2221 float itemHeight = itemPosition_.begin()->second.endPos - itemPosition_.begin()->second.startPos; FindPredictSnapIndexInItemPositionsStart() local 2224 float itemHeight = positionInfo.second.endPos - positionInfo.second.startPos; FindPredictSnapIndexInItemPositionsStart() local 2263 float itemHeight = itemPosition_.rbegin()->second.endPos - itemPosition_.rbegin()->second.startPos; FindPredictSnapIndexInItemPositionsEnd() local 2307 float itemHeight = 0.0f; IsUniformHeightProbably() local 2331 float itemHeight = itemPosition_[index].endPos - itemPosition_[index].startPos; CalculatePredictSnapEndPositionByIndex() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_swiper_bridge.cpp | 630 std::string itemHeight = ArkTSUtils::ParseJsDimension(vm, itemHeightArg, calc, DimensionUnit::VP, false) in GetSwiperDotIndicator() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.cpp | 402 float itemHeight = itemHeightValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1284 ArkUIOptionalFloat itemHeight; member
|