/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | list_tdd_test.cpp | 73 reinterpret_cast<UIList *>(listView)->GetDirection() == UIList::HORIZONTAL) { in ListTest001() 79 reinterpret_cast<UIList *>(listView)->GetDirection() == UIList::HORIZONTAL); in ListTest001() 115 reinterpret_cast<UIList *>(listView)->GetDirection() == vertical) { in ListTest002() 121 reinterpret_cast<UIList *>(listView)->GetDirection() == vertical); in ListTest002() 157 reinterpret_cast<UIList *>(listView)->GetDirection() == vertical) { in ListTest003() 163 reinterpret_cast<UIList *>(listView)->GetDirection() == vertical); in ListTest003() 199 reinterpret_cast<UIList *>(listView)->GetDirection() == vertical) { in ListTest004() 205 reinterpret_cast<UIList *>(listView)->GetDirection() == vertical); in ListTest004()
|
H A D | swiper_tdd_test.cpp | 359 if (swiperView->GetDirection() == 0) { in ComponentSwiperAttributeSetTest013() 364 EXPECT_EQ(swiperView->GetDirection(), 0); in ComponentSwiperAttributeSetTest013() 377 if (swiperView->GetDirection() == 1) { in ComponentSwiperAttributeSetTest013() 382 EXPECT_EQ(swiperView->GetDirection(), 1); in ComponentSwiperAttributeSetTest013() 395 if (swiperView->GetDirection() == 0) { in ComponentSwiperAttributeSetTest013() 400 EXPECT_EQ(swiperView->GetDirection(), 0); in ComponentSwiperAttributeSetTest013() 430 if (swiperView->GetDirection() == 0) { in ComponentSwiperAttributeSetTest014() 435 EXPECT_EQ(swiperView->GetDirection(), 0); in ComponentSwiperAttributeSetTest014()
|
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_box_progress_unit_test.cpp | 93 EXPECT_EQ(boxProgress_->GetDirection(), direction); in HWTEST_F() 96 EXPECT_EQ(boxProgress_->GetDirection(), direction); in HWTEST_F() 99 EXPECT_EQ(boxProgress_->GetDirection(), direction); in HWTEST_F() 102 EXPECT_EQ(boxProgress_->GetDirection(), direction); in HWTEST_F()
|
H A D | ui_list_unit_test.cpp | 115 EXPECT_EQ(1, list_->GetDirection());
in HWTEST_F() 118 EXPECT_EQ(0, list_->GetDirection());
in HWTEST_F() 120 EXPECT_EQ(1, list_->GetDirection());
in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/ |
H A D | tabs_element.cpp | 46 isVertical_ = (tabsComponent->GetDirection() == FlexDirection::COLUMN || in PerformBuild() 47 tabsComponent->GetDirection() == FlexDirection::COLUMN_REVERSE); in PerformBuild()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/ |
H A D | scroll_fade_effect.cpp | 82 auto isOverScrollAtDown = fadePainter_->GetDirection() == OverScrollDirection::DOWN && in SetPaintDirection() 88 auto isOverScrollAtUp = fadePainter_->GetDirection() == OverScrollDirection::UP && in SetPaintDirection() 94 auto isOverScrollAtRight = fadePainter_->GetDirection() == OverScrollDirection::RIGHT && in SetPaintDirection() 100 auto isOverScrollAtLeft = fadePainter_->GetDirection() == OverScrollDirection::LEFT && in SetPaintDirection()
|
H A D | scroll_fade_painter.h | 74 OverScrollDirection GetDirection() const in GetDirection() function in OHOS::Ace::NG::ScrollFadePainter
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | wrap_composed_element.cpp | 75 return ConvertWrapDirectionToStirng(renderWrap->GetDirection()); in GetFlexDirection() 88 if (renderWrap->GetDirection() == WrapDirection::HORIZONTAL_REVERSE in GetWrap() 89 || renderWrap->GetDirection() == WrapDirection::VERTICAL_REVERSE) { in GetWrap()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | flex_model_impl.cpp | 53 if (flex->GetDirection() == FlexDirection::ROW || flex->GetDirection() == FlexDirection::ROW_REVERSE) { in SetFlexWidth() 73 if (flex->GetDirection() == FlexDirection::COLUMN || flex->GetDirection() == FlexDirection::COLUMN_REVERSE) { in SetFlexHeight()
|
/foundation/arkui/ui_lite/test/unittest/layout/ |
H A D | list_layout_unit_test.cpp | 71 EXPECT_EQ(listLayout_->GetDirection(), 1); in HWTEST_F() 74 EXPECT_EQ(listLayout_->GetDirection(), 0); in HWTEST_F()
|
/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | list_layout.h | 54 uint8_t GetDirection() in GetDirection() function in OHOS::ListLayout
|
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_opp_transfer_information.cpp | 28 SetDirection(other.GetDirection()); in BluetoothIOppTransferInformation() 55 if (!parcel.WriteInt32(GetDirection())) { in WriteToParcel()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | render_grid_row.cpp | 80 GridRowDirection RenderGridRow::GetDirection() const in GetDirection() function in OHOS::Ace::V2::RenderGridRow 86 return component->GetDirection(); in GetDirection() 174 if (component->GetDirection() == V2::GridRowDirection::RowReverse) { in PerformLayout() 188 } else if (component->GetDirection() == V2::GridRowDirection::Row) { in PerformLayout()
|
H A D | render_grid_row.h | 56 GridRowDirection GetDirection() const;
|
H A D | grid_row_component.h | 90 GridRowDirection GetDirection() const in GetDirection() function in OHOS::Ace::V2::GridRowComponent
|
/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | tip_component.h | 47 Axis GetDirection() const in GetDirection() function in OHOS::Ace::TipComponent
|
/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | wrap_element.cpp | 27 direction_ = wrapComponent->GetDirection(); in Update()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/ |
H A D | item_property_transform_box.h | 44 HeifTransformMirrorDirection GetDirection() const { return direction_; } in GetDirection() function in OHOS::ImagePlugin::HeifImirBox
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_animation.h | 133 bool GetDirection() const in GetDirection() function in OHOS::Rosen::RSRenderAnimation 135 return animationFraction_.GetDirection(); in GetDirection()
|
H A D | rs_animation_timing_protocol.h | 118 bool GetDirection() const in GetDirection() function in OHOS::Rosen::RSAnimationTimingProtocol
|
/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_element.cpp | 28 direction_ = flexComponent->GetDirection(); in Update()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | opp_transfer_information.h | 42 int GetDirection() const;
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.cpp | 252 LOGI("RenderMultiChildScroll Update:GetDirection(): %{public}d, listComponent->GetDirection() is: %{public}d", in Update() 253 GetDirection(), listComponent->GetDirection()); in Update() 254 if (GetDirection() != listComponent->GetDirection()) { in Update() 255 SetDirection(listComponent->GetDirection()); in Update() 259 auto axis = (GetDirection() == FlexDirection::COLUMN || GetDirection() == FlexDirection::COLUMN_REVERSE) in Update()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | indicator_pattern.cpp | 74 return swiperIndicatorLayoutProperty->GetDirection().value_or(Axis::HORIZONTAL); in GetDirectionFromProperty() 361 Axis IndicatorPattern::GetDirection() const in GetDirection() function in OHOS::Ace::NG::IndicatorPattern 364 return SwiperIndicatorPattern::GetDirection(); in GetDirection() 374 return GetDirection() == Axis::HORIZONTAL && GetNonAutoLayoutDirection() == TextDirection::RTL; in IsHorizontalAndRightToLeft()
|
H A D | indicator_pattern.h | 156 paintMethod->SetAxis(GetDirection()); in SetDotIndicatorPaintMethodInfoInSingleMode() 191 Axis GetDirection() const override;
|