Home
last modified time | relevance | path

Searched refs:GetDirection (Results 1 – 25 of 195) sorted by relevance

12345678

/ohos5.0/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()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_box_progress_unit_test.cpp93 EXPECT_EQ(boxProgress_->GetDirection(), direction);
96 EXPECT_EQ(boxProgress_->GetDirection(), direction);
99 EXPECT_EQ(boxProgress_->GetDirection(), direction);
102 EXPECT_EQ(boxProgress_->GetDirection(), direction);
H A Dui_list_unit_test.cpp115 EXPECT_EQ(1, list_->GetDirection());
118 EXPECT_EQ(0, list_->GetDirection());
120 EXPECT_EQ(1, list_->GetDirection());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/effect/
H A Dscroll_fade_effect.cpp84 if (fadePainter_->GetDirection() == OverScrollDirection::DOWN && in SetPaintDirection()
91 if (fadePainter_->GetDirection() == OverScrollDirection::UP && in SetPaintDirection()
97 if (fadePainter_->GetDirection() == OverScrollDirection::RIGHT && in SetPaintDirection()
104 if (fadePainter_->GetDirection() == OverScrollDirection::LEFT && in SetPaintDirection()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwrap_composed_element.cpp76 return ConvertWrapDirectionToStirng(renderWrap->GetDirection()); in GetFlexDirection()
89 if (renderWrap->GetDirection() == WrapDirection::HORIZONTAL_REVERSE in GetWrap()
90 || renderWrap->GetDirection() == WrapDirection::VERTICAL_REVERSE) { in GetWrap()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_location_info_impl.cpp49 double ArkLocationInfoImpl::GetDirection() in GetDirection() function in OHOS::ArkWeb::ArkLocationInfoImpl
51 return real_->GetDirection(); in GetDirection()
H A Dark_location_info_impl.h39 double GetDirection() override;
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dres_config_impl.cpp103 Direction ResConfigImpl::GetDirection() const in GetDirection() function in OHOS::Global::Resource::ResConfigImpl
173 if (this->GetDirection() != other.GetDirection()) { in Copy()
174 this->SetDirection(other.GetDirection()); in Copy()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_location_info_wrapper.cpp47 double ArkLocationInfoWrapper::GetDirection() in GetDirection() function in OHOS::ArkWeb::ArkLocationInfoWrapper
49 return ctocpp_->GetDirection(); in GetDirection()
H A Dark_location_info_wrapper.h39 double GetDirection() override;
/ohos5.0/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()
/ohos5.0/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_REVER… in SetFlexWidth()
73 …if (flex->GetDirection() == FlexDirection::COLUMN || flex->GetDirection() == FlexDirection::COLUMN… in SetFlexHeight()
/ohos5.0/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_endpoint.h84 uint32_t GetDirection() const in GetDirection() function
119 .append(std::to_string(GetDirection())) in ToString()
175 cJSON_AddNumberToObject(endPointJson, "direction", static_cast<double>(GetDirection())); in getJsonString()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_config.cpp37 Direction direction = resConfig.GetDirection(); in Match()
59 Direction direction = resConfig.GetDirection(); in BestMatch()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/layout/
H A Dlist_layout_unit_test.cpp71 EXPECT_EQ(listLayout_->GetDirection(), 1);
74 EXPECT_EQ(listLayout_->GetDirection(), 0);
/ohos5.0/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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.cpp82 GridRowDirection RenderGridRow::GetDirection() const in GetDirection() function in OHOS::Ace::V2::RenderGridRow
88 return component->GetDirection(); in GetDirection()
176 if (component->GetDirection() == V2::GridRowDirection::RowReverse) { in PerformLayout()
190 } else if (component->GetDirection() == V2::GridRowDirection::Row) { in PerformLayout()
/ohos5.0/base/location/frameworks/base_module/source/
H A Dlocation.cpp58 direction_ = location.GetDirection(); in Location()
194 this->GetDirection() == location->GetDirection() && in LocationEqual()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp253 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_RE… in Update()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_animation.h133 bool GetDirection() const in GetDirection() function
135 return animationFraction_.GetDirection(); in GetDirection()
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/
H A Dlist_layout.h54 uint8_t GetDirection() in GetDirection() function
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/
H A Dopp_test.cpp109 (information.GetDirection() != transferInformation.GetDirection()) || in CompareTransferInformation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Dwrap_element.cpp27 direction_ = wrapComponent->GetDirection(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/
H A Dtip_component.h47 Axis GetDirection() const in GetDirection() function

12345678