Home
last modified time | relevance | path

Searched defs:width (Results 2276 - 2300 of 4779) sorted by relevance

1...<<919293949596979899100>>...192

/foundation/CastEngine/castengine_wifi_display/services/common/
H A Devent_comm.h196 uint32_t width = 0; member
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/scene/
H A Dscene_unit_test.cpp770 int32_t width = 0; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dui_ability_test.cpp914 int32_t width = 0; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_component.h80 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 Dmenu_preview_pattern.h65 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 Drender_custom_paint.h257 void SetLineWidth(double width) in SetLineWidth() argument
H A Doffscreen_canvas.h172 void SetLineWidth(double width) in SetLineWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Drender_side_bar_container.cpp35 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 Dmenu_item_layout_algorithm.cpp148 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 Dnavdestination_pattern.cpp460 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 Ddatepicker_column_layout_algorithm.cpp71 auto width = layoutConstraint->parentIdealSize.Width(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drosen_render_text.cpp434 void RosenRenderText::ApplyIndents(double width) in ApplyIndents() argument
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
H A Dnative_interface_xcomponent_impl.cpp55 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 Dlinear_split_layout_algorithm.cpp63 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 Dsheet_presentation_layout_algorithm.cpp77 float width = 0.0f; in Measure() local
364 float width = maxSize.Width(); GetWidthByScreenSizeType() local
[all...]
H A Dsheet_style.h131 std::optional<Dimension> width; member
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dborder.h185 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 Drender_select_popup.cpp119 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 Dlayout_wrapper_node.cpp210 auto width = geometryNode_->GetFrameSize().Width(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp26 auto width = size.Width(); in OffsetByAlign() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drosen_render_list_item.cpp214 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 Dgeometry_node.h143 void SetFrameWidth(int32_t width) in SetFrameWidth() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_layout_algorithm.cpp87 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 Dauto_fill_custom_config.h61 double width = 0.0; member
/foundation/arkui/ace_engine/frameworks/core/components/dialog_tween/
H A Drender_dialog_tween.cpp351 auto width = GetMaxWidthBasedOnGridType(columnInfo, gridSizeType, SystemProperties::GetDeviceType()); in ComputeInnerLayoutParam() local
[all...]

Completed in 28 milliseconds

1...<<919293949596979899100>>...192