Home
last modified time | relevance | path

Searched refs:rectSecond (Results 1 - 1 of 1) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test.cpp1236 Rect rectSecond = {50, 50, 20, 30}; in HWTEST_F() local
1238 hotAreas.push_back(rectSecond); in HWTEST_F()
1260 ASSERT_EQ(accessibilityInfo.at(0)->touchHotAreas_.at(1).posX_, rectSecond.posX_); in HWTEST_F()
1261 ASSERT_EQ(accessibilityInfo.at(0)->touchHotAreas_.at(1).posY_, rectSecond.posY_); in HWTEST_F()
1262 ASSERT_EQ(accessibilityInfo.at(0)->touchHotAreas_.at(1).width_, rectSecond.width_); in HWTEST_F()
1263 ASSERT_EQ(accessibilityInfo.at(0)->touchHotAreas_.at(1).height_, rectSecond.height_); in HWTEST_F()

Completed in 4 milliseconds