Home
last modified time | relevance | path

Searched refs:IsVertical (Results 1 - 25 of 39) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.h156 return IsVertical() ? T(crossValue, mainValue) : T(mainValue, crossValue); in MakeValue()
161 return IsVertical() ? size.Height() : size.Width(); in GetMainSize()
166 return IsVertical() ? size.Width() : size.Height(); in GetCrossSize()
171 return IsVertical() ? size.GetY() : size.GetX(); in GetMainAxis()
176 return IsVertical() ? size.GetX() : size.GetY(); in GetCrossAxis()
195 bool IsVertical() const;
H A Drosen_render_list_item_group.cpp42 const double strokeWidth = NormalizePercentToPx(divider->strokeWidth, IsVertical()); in PaintDivider()
44 const double startMargin = NormalizePercentToPx(divider->startMargin, !IsVertical()); in PaintDivider()
45 const double endMargin = NormalizePercentToPx(divider->endMargin, !IsVertical()); in PaintDivider()
74 if (IsVertical()) { in PaintDivider()
81 if (IsVertical()) { in PaintDivider()
H A Dlist_position_controller.cpp49 return list->IsVertical() ? Axis::VERTICAL : Axis::HORIZONTAL; in GetScrollDirection()
H A Drender_list_item.cpp274 if (IsVertical()) { in InitDragRecognizer()
459 bool RenderListItem::IsVertical() const in IsVertical() function in OHOS::Ace::V2::RenderListItem
466 return renderList->IsVertical(); in IsVertical()
H A Drender_list_item_group.h101 bool IsVertical() const in IsVertical() function in OHOS::Ace::V2::RenderListItemGroup
/foundation/arkui/ace_engine/frameworks/core/components/divider/
H A Ddivider_component.h41 bool IsVertical() const in IsVertical() function in OHOS::Ace::DividerComponent
H A Drender_divider.cpp32 vertical_ = divider->IsVertical(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_content_component.h66 bool IsVertical() const in IsVertical() function in OHOS::Ace::TabContentComponent
H A Dtab_bar_component.h57 bool IsVertical() const in IsVertical() function in OHOS::Ace::TabBarComponent
H A Dtab_bar_element.cpp66 vertical_ = tabBar->IsVertical(); in Update()
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp219 if (IsVertical(rotation) != IsVertical(screenRotation_)) { in SetScreenRotation()
223 if (IsVertical(screenRotation_)) { in SetScreenRotation()
/foundation/window/window_manager/dmserver/src/
H A Dabstract_display.cpp200 if (IsVertical(rotation) != IsVertical(rotation_)) { in RequestRotation()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_divider.cpp69 if (dividerChild_->IsVertical()) { in PrepareSpecializedComponent()
H A Ddom_tabs.h62 bool IsVertical() const in IsVertical() function in OHOS::Ace::Framework::final
H A Ddom_tab_content.cpp95 vertical_ = parentNodeTmp->IsVertical(); in OnMounted()
H A Ddom_tab_bar.cpp179 vertical_ = parentNodeTmp->IsVertical(); in PrepareSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_property.h71 bool IsVertical() const in IsVertical() function in OHOS::Ace::NG::GridLayoutProperty
H A Dgrid_layout_property.cpp106 bool vertical = IsVertical(); in UpdateIrregularFlag()
H A Dgrid_pattern.h101 return ScopeFocusAlgorithm(property->IsVertical(), true, ScopeType::OTHERS,
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
H A Dlinear_layout_property.h58 bool IsVertical() const in IsVertical() function in OHOS::Ace::NG::LinearLayoutProperty
/foundation/window/window_manager/dmserver/include/
H A Dabstract_display.h39 static inline bool IsVertical(Rotation rotation) in IsVertical() function in OHOS::Rosen::AbstractDisplay
/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h149 static inline bool IsVertical(Rotation rotation) in IsVertical() function in OHOS::Rosen::ScreenProperty
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.h451 bool IsVertical() const in IsVertical() function in OHOS::Ace::RenderList
459 return IsVertical() ? layoutManager_->GetPosition().GetY() : layoutManager_->GetPosition().GetX(); in GetListPosition()
H A Drender_list_item.cpp147 double itemSize = renderList->IsVertical() ? GetLayoutSize().Height() : GetLayoutSize().Width(); in CalculateScaleFactorOnWatch()
158 double viewPort = renderList->IsVertical() ? viewPort_.Height() : viewPort_.Width(); in CalculateScaleFactorOnWatch()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_composed_element.cpp104 return renderList->IsVertical() ? "Axis.Vertical" : "Axis.Horizontal"; in GetListDirection()

Completed in 11 milliseconds

12