Searched refs:INIT_HEIGHT (Results 1 - 8 of 8) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_surface_view_unit_test.cpp | 27 const int16_t INIT_HEIGHT = 30; member 79 surface_->SetPosition(INIT_POS_X + 1, INIT_POS_Y + 1, INIT_WIDTH, INIT_HEIGHT); in HWTEST_F() 83 EXPECT_EQ(surface_->GetHeight(), INIT_HEIGHT); in HWTEST_F() 98 surface_->Resize(INIT_WIDTH, INIT_HEIGHT); in HWTEST_F() 100 EXPECT_EQ(surface_->GetHeight(), INIT_HEIGHT); in HWTEST_F() 163 surface_->SetHeight(INIT_HEIGHT); in HWTEST_F() 164 EXPECT_EQ(surface_->GetHeight(), INIT_HEIGHT); in HWTEST_F()
|
H A D | ui_edit_text_unit_test.cpp | 27 constexpr int16_t INIT_HEIGHT = 150; member 95 editText->Resize(INIT_WIDTH, INIT_HEIGHT); in HWTEST_F() 97 EXPECT_EQ(editText->GetHeight(), INIT_HEIGHT); in HWTEST_F() 111 editText->Resize(INIT_WIDTH, INIT_HEIGHT); in HWTEST_F() 130 editText->Resize(INIT_WIDTH, INIT_HEIGHT); in HWTEST_F()
|
H A D | ui_label_unit_test.cpp | 26 const int16_t INIT_HEIGHT = 150; member 80 label_->Resize(INIT_WIDTH, INIT_HEIGHT); in HWTEST_F() 82 EXPECT_EQ(label_->GetHeight(), INIT_HEIGHT); in HWTEST_F() 98 label_->Resize(INIT_WIDTH, INIT_HEIGHT); in HWTEST_F()
|
H A D | ui_image_animator_unit_test.cpp | 28 const int16_t INIT_HEIGHT = 94; member 57 { BLUE_RGB888_IMAGE_PATH, INIT_POS, INIT_WIDTH, INIT_HEIGHT, IMG_SRC_FILE_PATH }, 58 { BLUE_ARGB8888_IMAGE_PATH, INIT_POS, INIT_WIDTH, INIT_HEIGHT, IMG_SRC_FILE_PATH }, 59 { BLUE_RGB565_IMAGE_PATH, INIT_POS, INIT_WIDTH, INIT_HEIGHT, IMG_SRC_FILE_PATH },
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glFramebufferTexture3DOES/entry/src/main/cpp/ |
H A D | test_glFramebufferTexture3DOES.cpp | 34 static const int INIT_HEIGHT = 800;
variable 62 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE};
in InitGLES()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_button.cpp | 52 constexpr double INIT_HEIGHT = -1.0; member 202 ResetBoxHeight(INIT_HEIGHT); in PrepareDefaultButton() 220 ResetBoxHeight(INIT_HEIGHT); in PrepareIconButton() 263 ResetBoxHeight(INIT_HEIGHT); in PrepareTextButton() 316 ResetBoxHeight(INIT_HEIGHT); in PrepareDownloadButton()
|
/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glCompressApi/entry/src/main/cpp/ |
H A D | test_glCompressApi.cpp | 36 static const int INIT_HEIGHT = 800;
variable 212 const EGLint surfaceAttribs[] = {EGL_WIDTH, INIT_WIDTH, EGL_HEIGHT, INIT_HEIGHT, EGL_NONE};
in InitGLES()
|
/foundation/multimedia/av_codec/test/unittest/dash_test/ |
H A D | dash_mpd_downloader_unit_test.cpp | 36 constexpr unsigned int INIT_HEIGHT = 720; member 54 g_mpdDownloader->SetInitResolution(INIT_WIDTH, INIT_HEIGHT); in SetUpTestCase()
|
Completed in 5 milliseconds