Home
last modified time | relevance | path

Searched refs:GetWidth (Results 1 - 25 of 1054) sorted by relevance

12345678910>>...43

/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dradio_switch_tdd_test.cpp45 if (radio->GetWidth() != width) { in WidthRadioValueTest001()
50 EXPECT_FALSE(radio->GetWidth() != width); in WidthRadioValueTest001()
62 if (radio->GetWidth() != defaultLen) { in WidthRadioValueTest001()
67 EXPECT_FALSE(radio->GetWidth() != defaultLen); in WidthRadioValueTest001()
78 if (radio->GetWidth() != CHECK_LEN) { in WidthRadioValueTest001()
83 EXPECT_FALSE(radio->GetWidth() != CHECK_LEN); in WidthRadioValueTest001()
106 if (radio->GetWidth() != 0) { in WidthRadioValueTest002()
111 EXPECT_FALSE(radio->GetWidth() != 0); in WidthRadioValueTest002()
121 if (radio->GetWidth() != 0) { in WidthRadioValueTest002()
126 EXPECT_FALSE(radio->GetWidth() ! in WidthRadioValueTest002()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_motion_blur_filter.cpp48 if (!image || image->GetWidth() == 0 || image->GetHeight() == 0) { in DrawImageRect()
66 Drawing::Rect rect = Drawing::Rect(0.f, 0.f, image->GetWidth(), image->GetHeight()); in DrawImageRect()
104 auto scaledInfo = Drawing::ImageInfo(std::ceil(image->GetWidth() * FLOAT_IMAGE_SCALE), in DrawMotionBlur()
179 (curRect_.GetWidth() - lastRect_.GetWidth()) * motionBlurPara_->scaleAnchor[0]; in CaculateRect()
182 scaleSize[0] = curRect_.GetWidth() / lastRect_.GetWidth(); in CaculateRect()
185 if (curRect_.GetWidth() < lastRect_.GetWidth() && curRect_.GetHeight() < lastRect_.GetHeight()) { in CaculateRect()
201 scaleAnchorCoord = {motionBlurPara_->scaleAnchor[0] * curRect_.GetWidth() * FLOAT_IMAGE_SCAL in CaculateRect()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp272 webpPicture.width = pixelMap.GetWidth(); // dimensions (less or equal to WEBP_MAX_DIMENSION) in SetEncodeConfig()
291 const int width = pixelMap.GetWidth(); in DoEncode()
410 const int32_t width = pixelMap.GetWidth(); in DoTransformMemcpy()
413 const int stride = pixelMap.GetWidth() * componentsNum; in DoTransformMemcpy()
434 const ImageInfo srcInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRGBX()
438 uint32_t dstRowBytes = pixelMap.GetWidth() * componentsNum; in DoTransformRGBX()
439 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRGBX()
466 const ImageInfo srcInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMap.GetHeight(), in DoTransformRgbA()
470 uint32_t dstRowBytes = pixelMap.GetWidth() * componentsNum; in DoTransformRgbA()
471 const ImageInfo dstInfo = MakeImageInfo(pixelMap.GetWidth(), pixelMa in DoTransformRgbA()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_qrcode/
H A Dui_test_qrcode.cpp31 container_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight() - BACK_BUTTON_HEIGHT); in SetUp()
62 titleLabel->SetPosition(0, 0, Screen::GetInstance().GetWidth(), TITLE_HEIGHT); in CreateTestCaseGroup()
73 group->Resize(Screen::GetInstance().GetWidth(), 100); // 100 : height in UIKitUIQrcodeTestDisplay001()
88 group->Resize(Screen::GetInstance().GetWidth(), 300); // 300 : height in UIKitUIQrcodeTestDisplay002()
107 group->Resize(Screen::GetInstance().GetWidth(), 450); // 450 : height in UIKitUIQrcodeTestDisplay003()
131 group->Resize(Screen::GetInstance().GetWidth(), 100); // 100 : height in UIKitUIQrcodeTestDisplay004()
151 group->Resize(Screen::GetInstance().GetWidth(), 300); // 300 : height in UIKitUIQrcodeTestDisplay005()
173 group->Resize(Screen::GetInstance().GetWidth(), 300); // 300 : height in UIKitUIQrcodeTestDisplay006()
190 group->Resize(Screen::GetInstance().GetWidth(), 300); // 300 : height in UIKitUIQrcodeTestDisplay007()
207 group->Resize(Screen::GetInstance().GetWidth(), 30 in UIKitUIQrcodeTestDisplay008()
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_uiextension_data_test.cpp73 ASSERT_EQ(secData[id][0].uiExtensionRectInfo.relativeCoords.GetWidth(), in HWTEST_F()
74 resultData[id][0].uiExtensionRectInfo.relativeCoords.GetWidth()); in HWTEST_F()
79 ASSERT_EQ(secData[id][0].upperNodes[0].relativeCoords.GetWidth(), in HWTEST_F()
80 resultData[id][0].upperNodes[0].relativeCoords.GetWidth()); in HWTEST_F()
123 ASSERT_EQ(secData[id1][0].uiExtensionRectInfo.relativeCoords.GetWidth(), in HWTEST_F()
124 resultData[id1][0].uiExtensionRectInfo.relativeCoords.GetWidth()); in HWTEST_F()
130 ASSERT_EQ(secData[id2][0].upperNodes[0].relativeCoords.GetWidth(), in HWTEST_F()
131 resultData[id2][0].upperNodes[0].relativeCoords.GetWidth()); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_path_test.cpp76 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path1)->GetBounds().GetWidth(), 21.0)); in HWTEST_F()
94 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path2)->GetBounds().GetWidth(), 100.0)); in HWTEST_F()
112 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path3)->GetBounds().GetWidth(), 0.0)); in HWTEST_F()
130 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path4)->GetBounds().GetWidth(), 0.0)); in HWTEST_F()
148 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path5)->GetBounds().GetWidth(), 50.5)); in HWTEST_F()
166 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path6)->GetBounds().GetWidth(), 90.0)); in HWTEST_F()
184 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path)->GetBounds().GetWidth(), 50.0)); in HWTEST_F()
204 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(pathCopy)->GetBounds().GetWidth(), 50.0)); in HWTEST_F()
227 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path)->GetBounds().GetWidth(), 200.0)); in HWTEST_F()
254 EXPECT_TRUE(IsScalarAlmostEqual(reinterpret_cast<Path*>(path)->GetBounds().GetWidth(), 200. in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp86 GetStartPos(GetWidth(), pos, interval, count, rowsWidth, rowsChildNum); in GetRowStartPos()
113 totalValidLength += (child->GetRelativeRect().GetWidth() + left + right); in CalValidLength()
139 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) { in CalRowCount()
143 pos += child->GetRelativeRect().GetWidth() + right; in CalRowCount()
171 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) { in GetRowMaxHeight()
179 pos += child->GetRelativeRect().GetWidth() + right; in GetRowMaxHeight()
204 if ((pos + child->GetRelativeRect().GetWidth() + right) > GetWidth()) { in GetRowsWidth()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_ai_sr_hdr_test.cpp116 jpegWidth = pixelMap->GetWidth(); in HWTEST_F()
129 ASSERT_EQ(desiredWidth, pixelMap->GetWidth()); in HWTEST_F()
156 jpegWidth = pixelMap->GetWidth(); in HWTEST_F()
169 ASSERT_EQ(desiredWidth, pixelMap->GetWidth()); in HWTEST_F()
196 jpegWidth = pixelMap->GetWidth(); in HWTEST_F()
208 ASSERT_EQ(desiredWidth, pixelMap->GetWidth()); in HWTEST_F()
234 jpegWidth = pixelMap->GetWidth(); in HWTEST_F()
246 ASSERT_EQ(desiredWidth, pixelMap->GetWidth()); in HWTEST_F()
272 jpegWidth = pixelMap->GetWidth(); in HWTEST_F()
284 ASSERT_EQ(desiredWidth, pixelMap->GetWidth()); in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_ui_analog_clock/
H A Dui_test_analog_clock.cpp35 container_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight() - BACK_BUTTON_HEIGHT); in SetUp()
172 group1->SetWidth(Screen::GetInstance().GetWidth()); in UIKitTestLineHandAnalogClock001()
179 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, TEXT_DISTANCE_TO_TOP_SIDE, Screen::GetInstance().GetWidth(), 30); in UIKitTestLineHandAnalogClock001()
186 Screen::GetInstance().GetWidth() / 2, // 2: half of screen width in UIKitTestLineHandAnalogClock001()
217 button1->SetPosition(curFace->GetWidth() + 58, 48, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons001()
227 button2->SetPosition(curFace->GetWidth() + 58, BUTTON_HEIGHT + 58, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons001()
238 button3->SetPosition(curFace->GetWidth() + 58, 148, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons001()
249 button4->SetPosition(curFace->GetWidth() + 58, 198, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons001()
260 button5->SetPosition(curFace->GetWidth() + 58, 248, BUTTON_WIDTH, BUTTON_HEIGHT); in CreateButtons001()
274 group2->SetWidth(Screen::GetInstance().GetWidth()); in UIKitTestImageHandAnalogClock002()
[all...]
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/scale_conversion/
H A Dscale_convert_process_common.cpp42 processedConfig_.SetWidthAndHeight(targetConfig.GetWidth(), targetConfig.GetHeight()); in InitNode()
49 sourceConfig.GetVideoformat(), sourceConfig.GetWidth(), sourceConfig.GetHeight(), in InitNode()
50 targetConfig.GetVideoformat(), targetConfig.GetWidth(), targetConfig.GetHeight()); in InitNode()
55 int32_t ret = av_image_alloc(srcData_, srcLineSize_, sourceConfig_.GetWidth(), sourceConfig_.GetHeight(), in InitNode()
62 dstBuffSize_ = av_image_alloc(dstData_, dstLineSize_, processedConfig_.GetWidth(), processedConfig_.GetHeight(), in InitNode()
69 swsContext_ = sws_getContext(sourceConfig_.GetWidth(), sourceConfig_.GetHeight(), in InitNode()
70 GetAVPixelFormat(sourceConfig_.GetVideoformat()), processedConfig_.GetWidth(), processedConfig_.GetHeight(), in InitNode()
83 return (sourceConfig_.GetWidth() != targetConfig.GetWidth()) || in IsConvertible()
129 processedConfig_.GetWidth(), processedConfig in ProcessData()
[all...]
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_test.cpp28 int len = rect.GetWidth() - rect.GetWidth() / 5.0f; // set len size in TestDrawStar()
30 Point a(rect.GetLeft() + rect.GetWidth() / 2.0f, rect.GetTop() + rect.GetHeight() / 2.0f - len * std::cos(18.0f)); in TestDrawStar()
116 path.MoveTo(rect.GetLeft() + rect.GetWidth() / 2.0f, rect.GetTop()); in TestMoveTo()
118 path.LineTo(rect.GetLeft() + rect.GetWidth() / 2.0f, rect.GetBottom()); in TestMoveTo()
135 linePoints.emplace_back(Point(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetTop())); in TestLineTo()
137 linePoints.emplace_back(Point(rect.GetLeft() + rect.GetWidth() / 4.0f, rect.GetBottom())); in TestLineTo()
139 linePoints.emplace_back(Point(rect.GetRight() - rect.GetWidth() / 4.0f, rect.GetTop())); in TestLineTo()
141 linePoints.emplace_back(Point(rect.GetRight() - rect.GetWidth() / 4.0f, rect.GetBottom())); in TestLineTo()
213 path.QuadTo(rect.GetLeft() + rect.GetWidth() / 2. in TestQuadTo()
[all...]
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_swipe_view.cpp77 while (childrenTail_->GetX() + childrenTail_->GetWidth() <= GetWidth()) { in MoveHeadOrTailChild()
113 int16_t width = GetWidth(); in DragXInner()
116 } else if (width - (childrenTail_->GetX() + childrenTail_->GetWidth() + distance) > blankSize_) { in DragXInner()
117 distance = width - blankSize_ - childrenTail_->GetX() - childrenTail_->GetWidth(); in DragXInner()
281 xOffset = GetWidth() - (dstView->GetX() + dstView->GetWidthWithMargin()); in SwitchToPage()
283 xOffset = (GetWidth() >> 1) - (dstView->GetX() + (dstView->GetWidthWithMargin() >> 1)); in SwitchToPage()
490 if ((childRect.GetWidth() - childrenHead_->GetWidth() >= GetWidth()) in IsNeedLoop()
[all...]
H A Dui_view.cpp96 rect.SetWidth(rect.GetWidth() - r); in OnPreDraw()
208 int16_t width = GetWidth(); in SetStyle()
221 SetWidth(rect.GetWidth()); in UpdateRectInfo()
227 SetWidth(rect.GetWidth()); in UpdateRectInfo()
811 contentRect.SetWidth(GetWidth()); in GetContentRect()
821 contentRect.SetWidth(GetWidth()); in GetOrigContentRect()
836 return Rect(x, y, x + rect_.GetWidth() - 1, y + rect_.GetHeight() - 1); in GetOrigRect()
866 absoluteRect.SetWidth(visibleRect_->GetWidth()); in GetVisibleRect()
891 if (GetWidth() != width) { in SetWidth()
903 if ((GetParent() != nullptr) && (GetParent()->GetWidth() > in SetWidthPercent()
909 int16_t UIView::GetWidth() GetWidth() function in OHOS::UIView
[all...]
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/
H A Dcube.h33 float GetWidth() const in GetWidth() function in OHOS::Render3D::Cube
52 return GetWidth() == m.GetWidth()
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_column_info.cpp31 double GridColumnInfo::GetWidth() const in GetWidth() function in OHOS::Ace::GridColumnInfo
40 return (columns <= 0) ? 0.0 : GetWidth(columns); in GetWidth()
43 double GridColumnInfo::GetWidth(uint32_t columns) const in GetWidth() function in OHOS::Ace::GridColumnInfo
71 return GetWidth(columns); in GetMaxWidth()
/foundation/arkui/ui_lite/test/uitest/test_image/
H A Dui_test_image.cpp36 container_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight() - BACK_BUTTON_HEIGHT); in SetUp()
100 Screen::GetInstance().GetWidth(), TITLE_LABEL_DEFAULT_HEIGHT); in UIKitUIImageTestSetImage001()
130 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, g_height, Screen::GetInstance().GetWidth(), in UIKitUIImageTestSetImage002()
152 Screen::GetInstance().GetWidth(), TITLE_LABEL_DEFAULT_HEIGHT); // 5: increase offset in UIKitUIImageTestSetImage004()
174 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, g_height, Screen::GetInstance().GetWidth(), in UIKitUIImageTestSetImage005()
205 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, g_height, Screen::GetInstance().GetWidth(), in UIKitUIImageTestSetImage006()
226 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, g_height, Screen::GetInstance().GetWidth(), in UIKitUIImageTestSetImage007()
247 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, g_height, Screen::GetInstance().GetWidth(), in UIKitUIImageTestSetImage008()
268 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, g_height, Screen::GetInstance().GetWidth(), in UIKitUIImageTestSetImage009()
289 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, g_height, Screen::GetInstance().GetWidth(), in UIKitUIImageTestSetImage010()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_anti_aliasing/
H A Dui_test_anti_aliasing.cpp28 container_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight() - BACK_BUTTON_HEIGHT); in SetUp()
50 group->Resize(Screen::GetInstance().GetWidth(), 200); // 200: group height in CreateTestCaseGroup()
58 label->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, 0, Screen::GetInstance().GetWidth() / 2, TITLE_LABEL_DEFAULT_HEIGHT); in CreateTitleLabel()
71 group->Resize(Screen::GetInstance().GetWidth() / 2, 110); in UIKitAntiAliasingTestRect001()
106 group->Resize(Screen::GetInstance().GetWidth() / 2, 180); in UIKitAntiAliasingTestCircle001()
142 group->Resize(Screen::GetInstance().GetWidth() / 2, 250); // 2: half of screen width; // 250: y-coordinate in UIKitAntiAliasingTestLine001()
/foundation/arkui/ui_lite/test/framework/src/
H A Dui_test_app.cpp34 rootView_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in Start()
37 mainMenu_->SetPosition(0, 0, Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight()); in Start()
70 mainList_->Resize(Screen::GetInstance().GetWidth() - margin, in InitMainMenu()
95 autoTestBtn_->SetPosition(Screen::GetInstance().GetWidth() - autoTestBtn_->GetWidth(), 0); in InitAutoTestBtn()
137 testCaseLabel_->Resize(Screen::GetInstance().GetWidth(), BACK_BUTTON_HEIGHT); in InitTestLabel()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_modifier.cpp41 rsDrawCmdList->GetWidth(), rsDrawCmdList->GetHeight(), drawCmdList->GetWidth(), drawCmdList->GetHeight(), in onDraw()
44 drawCmdSize_.SetWidth(drawCmdList->GetWidth()); in onDraw()
46 rsDrawCmdList->SetWidth(drawCmdList->GetWidth()); in onDraw()
51 dumpInfo.width = drawCmdList->GetWidth(); in onDraw()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dpanel_view.cpp139 int16_t visibleWidth = (GetWidth() - (curTimeLabel_->GetWidth()) - (totalTimeLabel_->GetWidth()) - in SetVideoSlider()
140 (playImage_->GetWidth()) - (mutedImage_->GetWidth()) - margin); in SetVideoSlider()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_draw_window_cache.cpp43 auto windowSurface = mainSurface->MakeSurface(bounds.GetWidth(), bounds.GetHeight()); in DrawAndCacheWindowContent()
99 if (ROSEN_EQ(image_->GetWidth(), 0) || ROSEN_EQ(image_->GetHeight(), 0)) { in DealWithCachedWindow()
112 float scaleX = boundSize.GetWidth() / static_cast<float>(image_->GetWidth()); in DealWithCachedWindow()
125 auto gravityTranslate = surfaceDrawable->GetGravityTranslate(image_->GetWidth(), image_->GetHeight()); in DealWithCachedWindow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dsvg_canvas_image.cpp31 svgDom_->DrawImage(canvas, GetPaintConfig().imageFit_, Size(srcRect.GetWidth(), srcRect.GetHeight())); in DrawToRSCanvas()
37 SizeF contentSize(dstRect.GetWidth(), dstRect.GetHeight()); in DrawRect()
38 auto clipRect = RSRect(0, 0, dstRect.GetWidth(), dstRect.GetHeight()); in DrawRect()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_bar_test.cpp40 int16_t GetWidth() const in GetWidth() function in OHOS::TestArcScrollBarTest
73 int16_t GetWidth() const in GetWidth() function in OHOS::TestBoxScrollBarTest
75 return backgroundRect_.GetWidth(); in GetWidth()
172 EXPECT_EQ(arcBar.GetWidth(), VALID_LEN); in HWTEST_F()
177 EXPECT_EQ(boxBar.GetWidth(), VALID_LEN); in HWTEST_F()
187 EXPECT_NE(arcBar.GetWidth(), ZERO_LEN); in HWTEST_F()
190 EXPECT_NE(boxBar.GetWidth(), ZERO_LEN); in HWTEST_F()
/foundation/graphic/surface_lite/test/unittest/
H A Dgraphic_surface_test.cpp211 EXPECT_EQ(0, surface->GetWidth()); in HWTEST_F()
218 EXPECT_EQ(0, surface->GetWidth()); in HWTEST_F()
223 EXPECT_EQ(0, surface->GetWidth()); in HWTEST_F()
228 EXPECT_EQ(7680, surface->GetWidth()); in HWTEST_F()
233 EXPECT_EQ(1920, surface->GetWidth()); in HWTEST_F()
238 EXPECT_EQ(1920, surface->GetWidth()); in HWTEST_F()
243 EXPECT_EQ(1920, surface->GetWidth()); in HWTEST_F()
248 EXPECT_EQ(1920, surface->GetWidth()); in HWTEST_F()
253 EXPECT_EQ(1280, surface->GetWidth()); in HWTEST_F()
286 EXPECT_EQ(0, surface->GetWidth()); in HWTEST_F()
[all...]
/foundation/arkui/ui_lite/test/uitest/test_layout/
H A Dui_test_advanced_layout.cpp70 container_->Resize(Screen::GetInstance().GetWidth(), Screen::GetInstance().GetHeight() - BACK_BUTTON_HEIGHT); in SetUp()
92 uiViewGroup->SetPosition(0, 0, Screen::GetInstance().GetWidth(), 420); // 420: height in UIKitLayoutTestFlexLayout001()
103 Screen::GetInstance().GetWidth() - VIEW_DISTANCE_TO_LEFT_SIDE, in UIKitLayoutTestFlexLayout001()
112 fTarget_->SetPosition(0, 0, Screen::GetInstance().GetWidth() - VIEW_DISTANCE_TO_LEFT_SIDE, 100); // 100: height in UIKitLayoutTestFlexLayout001()
117 flexController_->SetPosition(0, positionY_, Screen::GetInstance().GetWidth(), 250); // 250: height in UIKitLayoutTestFlexLayout001()
156 uiViewGroup->SetPosition(0, positionY_, Screen::GetInstance().GetWidth(), 370); // 370: height in UIKitLayoutTestGridLayout001()
167 Screen::GetInstance().GetWidth() - VIEW_DISTANCE_TO_LEFT_SIDE, in UIKitLayoutTestGridLayout001()
176 gTarget_->SetPosition(0, 0, Screen::GetInstance().GetWidth() - VIEW_DISTANCE_TO_LEFT_SIDE, 100); // 100: height in UIKitLayoutTestGridLayout001()
178 gridController_->SetPosition(0, 160, Screen::GetInstance().GetWidth(), 150); // 160: y-coordinate; 150: height in UIKitLayoutTestGridLayout001()

Completed in 15 milliseconds

12345678910>>...43