Home
last modified time | relevance | path

Searched refs:g_swipeH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_swipe_view/
H A Dui_test_ui_swipe_view.cpp29 static int16_t g_swipeH = 200; variable
203 swipe->SetPosition(positionX_, positionY_, g_swipeH, g_swipeW); in UIKitSwipeViewTestVer001()
233 swipe->SetPosition(positionX_, positionY_, g_swipeH, g_swipeW); in UIKitSwipeViewTestVer002()
270 swipe->SetPosition(positionX_, positionY_, g_swipeH, g_swipeW); in UIKitSwipeViewTestRemove001()
331 …e->SetPosition(positionX_, label->GetY() + g_blank + g_deltaCoordinateY, g_swipeW - 100, g_swipeH); in UIKitSwipeViewTestAlign001()
379 swipe->SetPosition(TEXT_DISTANCE_TO_LEFT_SIDE, positionY_, g_swipeW, g_swipeH); in UIKitSwipeViewTestSetCurrentPage()
386 view1->Resize(g_swipeW, g_swipeH); in UIKitSwipeViewTestSetCurrentPage()
390 view2->Resize(g_swipeW, g_swipeH); in UIKitSwipeViewTestSetCurrentPage()
394 view3->Resize(g_swipeW, g_swipeH); in UIKitSwipeViewTestSetCurrentPage()
398 view4->Resize(g_swipeW, g_swipeH); in UIKitSwipeViewTestSetCurrentPage()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H A Dui_test_rotate_input.cpp36 static int16_t g_swipeH = 200; variable
267 swipe_->SetPosition(0, label->GetY() + g_blank, g_swipeW, g_swipeH); in UIKitRotateEventSwipeView003()