Home
last modified time | relevance | path

Searched refs:IsVertical (Results 1 – 25 of 43) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Drosen_render_list_item_group.cpp46 const double strokeWidth = NormalizePercentToPx(divider->strokeWidth, IsVertical()); in PaintDivider()
48 const double startMargin = NormalizePercentToPx(divider->startMargin, !IsVertical()); in PaintDivider()
49 const double endMargin = NormalizePercentToPx(divider->endMargin, !IsVertical()); in PaintDivider()
78 if (IsVertical()) { in PaintDivider()
85 if (IsVertical()) { in PaintDivider()
Dflutter_render_list_item_group.cpp40 const double strokeWidth = NormalizePercentToPx(divider->strokeWidth, IsVertical()); in PaintDivider()
42 const double startMargin = NormalizePercentToPx(divider->startMargin, !IsVertical()); in PaintDivider()
43 const double endMargin = NormalizePercentToPx(divider->endMargin, !IsVertical()); in PaintDivider()
66 if (IsVertical()) { in PaintDivider()
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;
Dflutter_render_list.cpp114 const double startMargin = NormalizePercentToPx(divider->startMargin, !IsVertical()); in PaintDivider()
115 const double endMargin = NormalizePercentToPx(divider->endMargin, !IsVertical()); in PaintDivider()
Dlist_position_controller.cpp48 return list->IsVertical() ? Axis::VERTICAL : Axis::HORIZONTAL; in GetScrollDirection()
Drender_list_item.cpp276 if (IsVertical()) { in InitDragRecognizer()
461 bool RenderListItem::IsVertical() const in IsVertical() function in OHOS::Ace::V2::RenderListItem
468 return renderList->IsVertical(); in IsVertical()
Drender_list_item_group.h101 bool IsVertical() const in IsVertical() function
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/domdivider/
Ddom_divider_test.cpp93 ASSERT_FALSE(divider->IsVertical());
119 ASSERT_TRUE(divider->IsVertical());
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/divider/
Ddivider_creator_test.cpp78 EXPECT_EQ(divider->IsVertical(), DEFAULT_VERTICAL);
116 EXPECT_EQ(divider->IsVertical(), DIVIDER_DIRECTION);
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/tabbar/
Dtabcontent_creator_test.cpp369 EXPECT_EQ(tabContent->IsVertical(), false);
400 EXPECT_EQ(tabContent->IsVertical(), true);
431 EXPECT_EQ(tabContent->IsVertical(), false);
Dtabbar_creator_test.cpp553 EXPECT_EQ(tabBar->IsVertical(), false);
592 EXPECT_EQ(tabBar->IsVertical(), false);
631 EXPECT_EQ(tabBar->IsVertical(), true);
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/domtab/
Ddom_tab_test.cpp190 EXPECT_EQ(AceType::DynamicCast<DOMTabs>(tabs)->IsVertical(), true);
211 EXPECT_EQ(AceType::DynamicCast<DOMTabs>(tabs)->IsVertical(), false);
232 EXPECT_EQ(AceType::DynamicCast<DOMTabs>(tabs)->IsVertical(), false);
/foundation/window/window_manager/window_scene/session/screen/src/
Dscreen_property.cpp103 if (IsVertical(rotation) != IsVertical(screenRotation_)) { in SetScreenRotation()
107 if (IsVertical(screenRotation_)) { in SetScreenRotation()
/foundation/arkui/ace_engine/frameworks/core/components/divider/
Ddivider_component.h41 bool IsVertical() const in IsVertical() function
Drender_divider.cpp33 vertical_ = divider->IsVertical(); in Update()
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
Dtab_content_component.h66 bool IsVertical() const in IsVertical() function
Dtab_bar_component.h57 bool IsVertical() const in IsVertical() function
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_tabs.h62 bool IsVertical() const in IsVertical() function
Ddom_divider.cpp71 if (dividerChild_->IsVertical()) { in PrepareSpecializedComponent()
Ddom_tab_content.cpp99 vertical_ = parentNodeTmp->IsVertical(); in OnMounted()
/foundation/window/window_manager/window_scene/session/screen/include/
Dscreen_property.h85 static inline bool IsVertical(Rotation rotation) in IsVertical() function
/foundation/window/window_manager/dmserver/src/
Dabstract_display.cpp196 if (IsVertical(rotation) != IsVertical(rotation_)) { in RequestRotation()
/foundation/window/window_manager/dmserver/include/
Dabstract_display.h39 static inline bool IsVertical(Rotation rotation) in IsVertical() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_layout_property.h68 bool IsVertical() const in IsVertical() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/
Dlinear_layout_property.h57 bool IsVertical() const in IsVertical() function

12