Home
last modified time | relevance | path

Searched defs:itemHeight (Results 1 - 23 of 23) sorted by relevance

/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_layout_range_solver_test.cpp317 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 Dui_picker_unit_test.cpp155 const int16_t itemHeight = 10; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_layout_test_ng.cpp406 float itemHeight = 150.0f; in HWTEST_F() local
H A Dgrid_scroller_event_test_ng.cpp52 double itemHeight = ITEM_HEIGHT; in HWTEST_F() local
H A Dgrid_attr_test_ng.cpp471 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 Dgrid_scroll_layout_test_ng.cpp1117 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 Dmenu_item_group_layout_algorithm.cpp85 float itemHeight; in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Doverlength_dot_indicator_paint_method.cpp154 auto itemHeight = static_cast<float>(paintProperty->GetItemHeightValue(swiperTheme->GetSize()).ConvertToPx()); in CalculateLongPointCenterX() local
H A Ddot_indicator_paint_method.cpp157 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 Ddot_indicator_modifier.cpp74 auto itemHeight = contentProperty.itemHalfSizes[ITEM_HALF_HEIGHT] * 2; in PaintBackground() local
H A Ddot_indicator_modifier.h255 void SetItemHeight(const float itemHeight) in SetItemHeight() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_model_test_ng.cpp394 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 Dmenu_item_layout_algorithm.cpp200 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 Dlist_scroller_test_ng.cpp526 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 Dswiper_model.h42 std::optional<Dimension> itemHeight; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp175 auto itemHeight = GetMainAxisSize(itemSize, axis_); in MeasureToTarget() local
337 auto itemHeight = GetMainAxisSize(itemSize, axis_); in FillViewport() local
[all...]
H A Dwater_flow_segmented_layout.cpp430 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 Dnode_extened.h111 ArkUI_OptionalFloat itemHeight; member
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_layout_test_ng.cpp1070 auto itemHeight = 200.0f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp641 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 Darkts_native_swiper_bridge.cpp630 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 Dswiper_indicator_pattern.cpp402 float itemHeight = itemHeightValue * INDICATOR_ZOOM_IN_SCALE; in GetMouseClickIndex() local
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1284 ArkUIOptionalFloat itemHeight; member

Completed in 54 milliseconds