/foundation/CastEngine/castengine_wifi_display/services/common/ |
H A D | event_comm.h | 196 uint32_t width = 0; member
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/ |
H A D | scene_unit_test.cpp | 770 int32_t width = 0; in HWTEST_F() local
|
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ui_ability_test.cpp | 914 int32_t width = 0; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_container_component.h | 80 void SetWidth(const AnimatableDimension& width) in SetWidth() argument 85 void SetWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) in SetWidth() argument 27 ShapeViewBox(const AnimatableDimension& x, const AnimatableDimension& y, const AnimatableDimension& width, const AnimatableDimension& height) ShapeViewBox() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/preview/ |
H A D | menu_preview_pattern.h | 65 void SetHoverImageAfterScaleWidth(float width) in SetHoverImageAfterScaleWidth() argument 85 void SetClipStartWidth(float width) in SetClipStartWidth() argument 135 void SetCustomPreviewWidth(float width) in SetCustomPreviewWidth() argument 155 void SetStackAfterScaleActualWidth(float width) in SetStackAfterScaleActualWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | render_custom_paint.h | 257 void SetLineWidth(double width) in SetLineWidth() argument
|
H A D | offscreen_canvas.h | 172 void SetLineWidth(double width) in SetLineWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/ |
H A D | render_side_bar_container.cpp | 35 void RenderSideBarContainer::CorrectWidth(const Dimension& width, const Dimension& minWidth, const Dimension& maxWidth)
in CorrectWidth() argument 130 auto width = sidebarWidth_;
in Update() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_layout_algorithm.cpp | 148 auto width = layoutConstraint->maxSize.Width(); in CheckNeedMatchParent() local 202 auto width = std::max(minRowWidth_, contentWidth); in MeasureItemViews() local 330 UpdateSelfSize(LayoutWrapper* layoutWrapper, float width, float itemHeight, float expandableHeight) UpdateSelfSize() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
H A D | navdestination_pattern.cpp | 460 void NavDestinationPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | datepicker_column_layout_algorithm.cpp | 71 auto width = layoutConstraint->parentIdealSize.Width(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | rosen_render_text.cpp | 434 void RosenRenderText::ApplyIndents(double width) in ApplyIndents() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | native_interface_xcomponent_impl.cpp | 55 int32_t OH_NativeXComponent::GetXComponentSize(const void* window, uint64_t* width, uint64_t* height) in GetXComponentSize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/ |
H A D | linear_split_layout_algorithm.cpp | 63 float width = std::max(minSize.Width(), childTotalSize.Width()); in Measure() local 117 float width = std::max(minSize.Width(), childTotalSize.Width()); in MeasureBeforeAPI10() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_presentation_layout_algorithm.cpp | 77 float width = 0.0f; in Measure() local 364 float width = maxSize.Width(); GetWidthByScreenSizeType() local [all...] |
H A D | sheet_style.h | 131 std::optional<Dimension> width; member
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | border.h | 185 void SetWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) in SetWidth() argument 193 void SetLeftWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) in SetLeftWidth() argument 198 void SetTopWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) in SetTopWidth() argument 203 void SetRightWidth(const Dimension& width, cons argument 208 SetBottomWidth(const Dimension& width, const AnimationOption& option = AnimationOption()) SetBottomWidth() argument 282 SetBorderImageWidth(const Dimension& width, BorderImageDirection direction) SetBorderImageWidth() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | render_select_popup.cpp | 119 void RenderSelectPopup::AdjustTvChildHorizontalLayout(const Size& size, double& x, double& width) in AdjustTvChildHorizontalLayout() argument 200 AdjustChildHorizontalLayout(const Size& size, double& x, double& width) AdjustChildHorizontalLayout() argument 250 double width = 0.0; AdjustChildLayout() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper_node.cpp | 210 auto width = geometryNode_->GetFrameSize().Width(); in Measure() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.cpp | 26 auto width = size.Width(); in OffsetByAlign() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | rosen_render_list_item.cpp | 214 double width = isVertical ? layoutSize.Width() : layoutSize.Width() - dividerWidth; in PaintItemDivider() local 280 double width = GetLayoutSize().Width() + offset.GetX(); in PaintStickyEffect() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | geometry_node.h | 143 void SetFrameWidth(int32_t width) in SetFrameWidth() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/ |
H A D | gauge_layout_algorithm.cpp | 87 auto width = contentConstraint.selfIdealSize.Width().value(); in MeasureContent() local 178 auto width = limitValueTextWidth_; in MeasureLimitValueText() local 208 auto width = diameter * DESCRIPTION_NODE_WIDTH_RATIO; in MeasureDescription() local [all...] |
/foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/include/ |
H A D | auto_fill_custom_config.h | 61 double width = 0.0; member
|
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/ |
H A D | render_dialog_tween.cpp | 351 auto width = GetMaxWidthBasedOnGridType(columnInfo, gridSizeType, SystemProperties::GetDeviceType()); in ComputeInnerLayoutParam() local [all...] |