/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
H A D | linear_layout_property.h | 33 explicit LinearLayoutProperty(bool isVertical) : isVertical_(isVertical) in LinearLayoutProperty() argument 53 void SetIsVertical(bool isVertical) in SetIsVertical() argument
|
H A D | linear_layout_utils.h | 39 bool isVertical = true; member
|
H A D | linear_layout_pattern.h | 31 explicit LinearLayoutPattern(bool isVertical) : isVertical_(isVertical) {}; in LinearLayoutPattern() argument
|
H A D | linear_layout_utils.cpp | 22 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 D | cj_divider_ffi.cpp | 34 void FfiOHOSAceFrameworkDividerSetVertical(bool isVertical) in FfiOHOSAceFrameworkDividerSetVertical() argument
|
H A D | cj_tab_ffi.cpp | 122 void FfiOHOSAceFrameworkTabsSetVertical(bool isVertical) in FfiOHOSAceFrameworkTabsSetVertical() argument
|
H A D | cj_swiper_ffi.cpp | 77 void FfiOHOSAceFrameworkSwiperSetVertical(bool isVertical) in FfiOHOSAceFrameworkSwiperSetVertical() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_divider.cpp | 50 void JSDivider::SetVertical(bool isVertical) in SetVertical() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_fade_effect.cpp | 82 auto const isVertical = axis == Axis::VERTICAL; in SetPaintDirection() local
|
H A D | scroll_bar_controller.cpp | 38 void ScrollBarController::Initialize(const WeakPtr<PipelineContext>& context, bool isVertical) in Initialize() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | flex_layout_pattern.h | 71 bool isVertical = false; variable
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_content_modifier.h | 51 void SetDividerPainter(float width, bool isVertical, Color color) in SetDividerPainter() argument
|
H A D | list_paint_method.h | 34 bool isVertical = true;
member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_paint_method.cpp | 57 bool isVertical = (axis_ == Axis::VERTICAL); in PaintFade() local
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_content_component.h | 61 void SetVertical(bool isVertical) in SetVertical() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/ |
H A D | navigation_bar_component_base.cpp | 56 RefPtr<PaddingComponent> NavigationBarComponentBase::BuildPadding(double size, bool isVertical) in BuildPadding() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | tabs_model_impl.cpp | 102 void TabsModelImpl::SetIsVertical(bool isVertical) in SetIsVertical() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_effect.cpp | 78 auto const isVertical = axis == Axis::VERTICAL; in SetPaintDirection() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_layout_element.h | 75 void Init(bool isVertical, bool isSetSize, double size, double minSize) in Init() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape.cpp | 115 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 D | scroll_bar.cpp | 147 bool isVertical = (positionMode_ == PositionMode::LEFT || positionMode_ == PositionMode::RIGHT); in InitScrollBar() local
|
/foundation/arkui/ace_engine/frameworks/core/components/list/ |
H A D | list_watch_layout_manager.cpp | 164 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 D | grid_scroll_with_options_layout_algorithm.cpp | 52 bool isVertical = gridLayoutInfo_.axis_ == Axis::VERTICAL; in AdjustRowColSpan() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | swiper_composed_element.cpp | 139 auto isVertical = renderSwiper ? renderSwiper->IsVertical() : false; in GetVertical() local
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
H A D | rosen_render_list.cpp | 38 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
|