/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_test_utils.cpp | 25 constexpr HiviewDFX::HiLogLabel LABEL = {LOG_CORE, HILOG_DOMAIN_WINDOW, "WindowTestUtils"};
30 Rect WindowTestUtils::displayRect_ = {0, 0, 0, 0};
31 Rect WindowTestUtils::statusBarRect_ = {0, 0, 0, 0};
32 Rect WindowTestUtils::naviBarRect_ = {0, 0, 0, 0};
33 Rect WindowTestUtils::customAppRect_ = {0, 0, 0, 0};
34 Rect WindowTestUtils::limitDisplayRect_ = {0, 0, 0, 0};
35 Rect WindowTestUtils::dockWindowRect_ = {0, 0, 0, 0};
36 SplitRects WindowTestUtils::splitRects_ = {
41 Rect WindowTestUtils::singleTileRect_ = {0, 0, 0, 0};
42 std::vector<Rect> WindowTestUtils [all...] |
H A D | window_system_toast_test.cpp | 51 WindowTestUtils::InitByDisplayRect(displayRect_); in SetUpTestCase() 52 virtualPixelRatio_ = WindowTestUtils::GetVirtualPixelRatio(0); in SetUpTestCase()
|
H A D | window_test_utils.h | 35 class WindowTestUtils {
class
|
H A D | window_app_floating_window_test.cpp | 73 WindowTestUtils::InitByDisplayRect(displayRect_);
in SetUpTestCase() 74 virtualPixelRatio_ = WindowTestUtils::GetVirtualPixelRatio(0);
in SetUpTestCase() 425 ASSERT_TRUE(WindowTestUtils::RectEqualTo(fltWin, exceptRect));
in HWTEST_F()
|
H A D | window_animation_transition_test.cpp | 31 using Utils = WindowTestUtils;
|
H A D | window_input_method_test.cpp | 25 using Utils = WindowTestUtils;
|
H A D | window_water_mark_test.cpp | 44 using Utils = WindowTestUtils;
|
H A D | window_gamut_test.cpp | 25 using Utils = WindowTestUtils;
|
H A D | window_split_immersive_test.cpp | 27 using Utils = WindowTestUtils;
|
H A D | window_move_drag_test.cpp | 33 using Utils = WindowTestUtils; 82 virtualPixelRatio_ = WindowTestUtils::GetVirtualPixelRatio(0); in SetUp()
|
H A D | window_touch_outside_test.cpp | 29 using Utils = WindowTestUtils;
|
H A D | window_occupied_area_change_test.cpp | 30 using Utils = WindowTestUtils;
|
H A D | window_mode_support_info_test.cpp | 27 using Utils = WindowTestUtils;
|
H A D | window_input_test.cpp | 29 using Utils = WindowTestUtils;
|
H A D | window_visibility_info_test.cpp | 42 using Utils = WindowTestUtils;
|
H A D | window_effect_test.cpp | 28 using Utils = WindowTestUtils;
|
H A D | window_recover_test.cpp | 37 using Utils = WindowTestUtils;
|
H A D | window_split_test.cpp | 25 using Utils = WindowTestUtils;
|
H A D | window_raisetoapptop_test.cpp | 28 using Utils = WindowTestUtils;
|
H A D | window_multi_ability_test.cpp | 26 using Utils = WindowTestUtils;
|
H A D | window_display_zoom_test.cpp | 27 using Utils = WindowTestUtils;
|
H A D | window_drag_test.cpp | 26 using Utils = WindowTestUtils;
|
H A D | window_nointeraction_listener_test.cpp | 43 using Utils = WindowTestUtils;
|
H A D | window_immersive_test.cpp | 52 using Utils = WindowTestUtils;
|
H A D | window_rotation_test.cpp | 34 using Utils = WindowTestUtils;
|