/foundation/arkui/ace_engine/frameworks/core/components_v2/list/ |
D | rosen_render_list_item_group.cpp | 46 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()
|
D | flutter_render_list_item_group.cpp | 40 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()
|
D | render_list_item.h | 156 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;
|
D | flutter_render_list.cpp | 114 const double startMargin = NormalizePercentToPx(divider->startMargin, !IsVertical()); in PaintDivider() 115 const double endMargin = NormalizePercentToPx(divider->endMargin, !IsVertical()); in PaintDivider()
|
D | list_position_controller.cpp | 48 return list->IsVertical() ? Axis::VERTICAL : Axis::HORIZONTAL; in GetScrollDirection()
|
D | render_list_item.cpp | 276 if (IsVertical()) { in InitDragRecognizer() 461 bool RenderListItem::IsVertical() const in IsVertical() function in OHOS::Ace::V2::RenderListItem 468 return renderList->IsVertical(); in IsVertical()
|
D | render_list_item_group.h | 101 bool IsVertical() const in IsVertical() function
|
/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/jsfrontend/domdivider/ |
D | dom_divider_test.cpp | 93 ASSERT_FALSE(divider->IsVertical()); 119 ASSERT_TRUE(divider->IsVertical());
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/divider/ |
D | divider_creator_test.cpp | 78 EXPECT_EQ(divider->IsVertical(), DEFAULT_VERTICAL); 116 EXPECT_EQ(divider->IsVertical(), DIVIDER_DIRECTION);
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/tabbar/ |
D | tabcontent_creator_test.cpp | 369 EXPECT_EQ(tabContent->IsVertical(), false); 400 EXPECT_EQ(tabContent->IsVertical(), true); 431 EXPECT_EQ(tabContent->IsVertical(), false);
|
D | tabbar_creator_test.cpp | 553 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/ |
D | dom_tab_test.cpp | 190 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/ |
D | screen_property.cpp | 103 if (IsVertical(rotation) != IsVertical(screenRotation_)) { in SetScreenRotation() 107 if (IsVertical(screenRotation_)) { in SetScreenRotation()
|
/foundation/arkui/ace_engine/frameworks/core/components/divider/ |
D | divider_component.h | 41 bool IsVertical() const in IsVertical() function
|
D | render_divider.cpp | 33 vertical_ = divider->IsVertical(); in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
D | tab_content_component.h | 66 bool IsVertical() const in IsVertical() function
|
D | tab_bar_component.h | 57 bool IsVertical() const in IsVertical() function
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
D | dom_tabs.h | 62 bool IsVertical() const in IsVertical() function
|
D | dom_divider.cpp | 71 if (dividerChild_->IsVertical()) { in PrepareSpecializedComponent()
|
D | dom_tab_content.cpp | 99 vertical_ = parentNodeTmp->IsVertical(); in OnMounted()
|
/foundation/window/window_manager/window_scene/session/screen/include/ |
D | screen_property.h | 85 static inline bool IsVertical(Rotation rotation) in IsVertical() function
|
/foundation/window/window_manager/dmserver/src/ |
D | abstract_display.cpp | 196 if (IsVertical(rotation) != IsVertical(rotation_)) { in RequestRotation()
|
/foundation/window/window_manager/dmserver/include/ |
D | abstract_display.h | 39 static inline bool IsVertical(Rotation rotation) in IsVertical() function
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
D | grid_layout_property.h | 68 bool IsVertical() const in IsVertical() function
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_layout/ |
D | linear_layout_property.h | 57 bool IsVertical() const in IsVertical() function
|