/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_box_progress_unit_test.cpp | 93 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 D | ui_list_unit_test.cpp | 115 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 D | scroll_fade_effect.cpp | 84 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 D | wrap_composed_element.cpp | 76 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 D | ark_location_info_impl.cpp | 49 double ArkLocationInfoImpl::GetDirection() in GetDirection() function in OHOS::ArkWeb::ArkLocationInfoImpl 51 return real_->GetDirection(); in GetDirection()
|
H A D | ark_location_info_impl.h | 39 double GetDirection() override;
|
/ohos5.0/base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
H A D | res_config_impl.cpp | 103 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 D | ark_location_info_wrapper.cpp | 47 double ArkLocationInfoWrapper::GetDirection() in GetDirection() function in OHOS::ArkWeb::ArkLocationInfoWrapper 49 return ctocpp_->GetDirection(); in GetDirection()
|
H A D | ark_location_info_wrapper.h | 39 double GetDirection() override;
|
/ohos5.0/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()
|
/ohos5.0/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_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 D | usb_endpoint.h | 84 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 D | theme_pack_config.cpp | 37 Direction direction = resConfig.GetDirection(); in Match() 59 Direction direction = resConfig.GetDirection(); in BestMatch()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/layout/ |
H A D | list_layout_unit_test.cpp | 71 EXPECT_EQ(listLayout_->GetDirection(), 1); 74 EXPECT_EQ(listLayout_->GetDirection(), 0);
|
/ohos5.0/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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/ |
H A D | render_grid_row.cpp | 82 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 D | location.cpp | 58 direction_ = location.GetDirection(); in Location() 194 this->GetDirection() == location->GetDirection() && in LocationEqual()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | render_multi_child_scroll.cpp | 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_RE… in Update()
|
/ohos5.0/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 135 return animationFraction_.GetDirection(); in GetDirection()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/layout/ |
H A D | list_layout.h | 54 uint8_t GetDirection() in GetDirection() function
|
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/opp/ |
H A D | opp_test.cpp | 109 (information.GetDirection() != transferInformation.GetDirection()) || in CompareTransferInformation()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/ |
H A D | wrap_element.cpp | 27 direction_ = wrapComponent->GetDirection(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tip/ |
H A D | tip_component.h | 47 Axis GetDirection() const in GetDirection() function
|