Home
last modified time | relevance | path

Searched defs:isVertical (Results 1 - 25 of 49) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_property.h33 explicit LinearLayoutProperty(bool isVertical) : isVertical_(isVertical) in LinearLayoutProperty() argument
53 void SetIsVertical(bool isVertical) in SetIsVertical() argument
H A Dlinear_layout_utils.h39 bool isVertical = true; member
H A Dlinear_layout_pattern.h31 explicit LinearLayoutPattern(bool isVertical) : isVertical_(isVertical) {}; in LinearLayoutPattern() argument
H A Dlinear_layout_utils.cpp22 float GetChildMainAxisSize(LayoutWrapper* layoutWrapper, bool isVertical) in GetChildMainAxisSize() argument
33 float GetChildCrossAxisSize(LayoutWrapper* layoutWrapper, bool isVertical) in GetChildCrossAxisSize() argument
44 float GetMainAxisSize(const SizeF& size, bool isVertical) in GetMainAxisSize() argument
52 void SetIdealMainSize(LayoutConstraintF& origin, float value, bool isVertical) in SetIdealMainSize() argument
62 SizeF CreateSize(float mainSize, float crossSize, bool isVertical) in CreateSize() argument
104 Measure(LayoutWrapper* layoutWrapper, bool isVertical) Measure() argument
190 Layout(LayoutWrapper* layoutWrapper, bool isVertical, FlexAlign crossAlign, FlexAlign mainAlign) Layout() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_divider_ffi.cpp34 void FfiOHOSAceFrameworkDividerSetVertical(bool isVertical) in FfiOHOSAceFrameworkDividerSetVertical() argument
H A Dcj_tab_ffi.cpp122 void FfiOHOSAceFrameworkTabsSetVertical(bool isVertical) in FfiOHOSAceFrameworkTabsSetVertical() argument
H A Dcj_swiper_ffi.cpp77 void FfiOHOSAceFrameworkSwiperSetVertical(bool isVertical) in FfiOHOSAceFrameworkSwiperSetVertical() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_divider.cpp50 void JSDivider::SetVertical(bool isVertical) in SetVertical() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_fade_effect.cpp82 auto const isVertical = axis == Axis::VERTICAL; in SetPaintDirection() local
H A Dscroll_bar_controller.cpp38 void ScrollBarController::Initialize(const WeakPtr<PipelineContext>& context, bool isVertical) in Initialize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dflex_layout_pattern.h71 bool isVertical = false; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_content_modifier.h51 void SetDividerPainter(float width, bool isVertical, Color color) in SetDividerPainter() argument
H A Dlist_paint_method.h34 bool isVertical = true; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_paint_method.cpp57 bool isVertical = (axis_ == Axis::VERTICAL); in PaintFade() local
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_component.h61 void SetVertical(bool isVertical) in SetVertical() argument
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp56 RefPtr<PaddingComponent> NavigationBarComponentBase::BuildPadding(double size, bool isVertical) in BuildPadding() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtabs_model_impl.cpp102 void TabsModelImpl::SetIsVertical(bool isVertical) in SetIsVertical() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_effect.cpp78 auto const isVertical = axis == Axis::VERTICAL; in SetPaintDirection() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_element.h75 void Init(bool isVertical, bool isSetSize, double size, double minSize) in Init() argument
/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Drosen_render_shape.cpp115 float RosenRenderShape::GetFloatRadiusValue(const Dimension& src, const Dimension& dest, bool isVertical) in GetFloatRadiusValue() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.cpp147 bool isVertical = (positionMode_ == PositionMode::LEFT || positionMode_ == PositionMode::RIGHT); in InitScrollBar() local
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp164 auto isVertical = direction_ == FlexDirection::COLUMN || direction_ == FlexDirection::COLUMN_REVERSE; in CalculateItemState() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_with_options_layout_algorithm.cpp52 bool isVertical = gridLayoutInfo_.axis_ == Axis::VERTICAL; in AdjustRowColSpan() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dswiper_composed_element.cpp139 auto isVertical = renderSwiper ? renderSwiper->IsVertical() : false; in GetVertical() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drosen_render_list.cpp38 void RosenRenderList::DrawDividerOnNode(const std::shared_ptr<RSNode>& rsNode, const SkPaint& paint, bool isVertical, in DrawDividerOnNode() argument
56 DrawDividerOnNode(const std::shared_ptr<RSNode>& rsNode, const RSPen& pen, bool isVertical, double startCrossAxis, double mainAxis, double endCrossAxis) DrawDividerOnNode() argument

Completed in 12 milliseconds

12