Home
last modified time | relevance | path

Searched defs:expectRect (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_cache_layout_test_ng.cpp125 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
161 RectF expectRect = RectF(offsetX, offsetY, width, height); variable
197 RectF expectRect = RectF(offsetX, offsetY, width, height); variable
H A Dgrid_layout_test_ng.cpp215 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
1293 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
1325 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
1358 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
1390 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
1423 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
1447 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
1471 RectF expectRect = RectF(offsetX, offsetY, itemWidth, ITEM_HEIGHT); variable
1582 RectF expectRect = RectF(offsetX, offsetY, itemWidth, itemHeight); variable
1611 RectF expectRect = RectF(offsetX, offsetY, itemWidth, itemHeight); variable
[all …]
H A Dgrid_attr_test_ng.cpp31 AssertionResult GridAttrTestNg::VerifyBigItemRect(int32_t index, RectF expectRect) in VerifyBigItemRect()
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Ddisplay_group_controller_test.cpp440 Rect expectRect = {DEFAULT_RECT.posX_, DEFAULT_RECT.posY_, 0, 0}; variable
460 Rect expectRect = {DEFAULT_RECT.posX_, DEFAULT_RECT.posY_, 0, 0}; variable
477 Rect expectRect = {0, 0, 0, 0}; variable
494 Rect expectRect = {0, 0, 0, 0}; variable
H A Dremote_animation_test.cpp543 Rect expectRect = {0, 0, 100, 100}; // 100 is test data variable
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_bar_test_ng.cpp258 Rect expectRect = Rect(SCROLL_WIDTH - barWidth, 0.f, barWidth, SCROLL_HEIGHT * ratio); variable