Home
last modified time | relevance | path

Searched refs:GetDirection (Results 1 - 25 of 156) sorted by relevance

1234567

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dlist_tdd_test.cpp73 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 Dswiper_tdd_test.cpp359 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 Dui_box_progress_unit_test.cpp93 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 Dui_list_unit_test.cpp115 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 Dtabs_element.cpp46 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 Dscroll_fade_effect.cpp82 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 Dscroll_fade_painter.h74 OverScrollDirection GetDirection() const in GetDirection() function in OHOS::Ace::NG::ScrollFadePainter
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwrap_composed_element.cpp75 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 Dflex_model_impl.cpp53 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 Dlist_layout_unit_test.cpp71 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 Dlist_layout.h54 uint8_t GetDirection() in GetDirection() function in OHOS::ListLayout
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_opp_transfer_information.cpp28 SetDirection(other.GetDirection()); in BluetoothIOppTransferInformation()
55 if (!parcel.WriteInt32(GetDirection())) { in WriteToParcel()
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp80 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 Drender_grid_row.h56 GridRowDirection GetDirection() const;
H A Dgrid_row_component.h90 GridRowDirection GetDirection() const in GetDirection() function in OHOS::Ace::V2::GridRowComponent
/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Dtip_component.h47 Axis GetDirection() const in GetDirection() function in OHOS::Ace::TipComponent
/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_element.cpp27 direction_ = wrapComponent->GetDirection(); in Update()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_transform_box.h44 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 Drs_render_animation.h133 bool GetDirection() const in GetDirection() function in OHOS::Rosen::RSRenderAnimation
135 return animationFraction_.GetDirection(); in GetDirection()
H A Drs_animation_timing_protocol.h118 bool GetDirection() const in GetDirection() function in OHOS::Rosen::RSAnimationTimingProtocol
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_element.cpp28 direction_ = flexComponent->GetDirection(); in Update()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dopp_transfer_information.h42 int GetDirection() const;
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp252 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 Dindicator_pattern.cpp74 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 Dindicator_pattern.h156 paintMethod->SetAxis(GetDirection()); in SetDotIndicatorPaintMethodInfoInSingleMode()
191 Axis GetDirection() const override;

Completed in 13 milliseconds

1234567