/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_cache_layout_test_ng.cpp | 125 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 D | grid_layout_test_ng.cpp | 215 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 D | grid_attr_test_ng.cpp | 31 AssertionResult GridAttrTestNg::VerifyBigItemRect(int32_t index, RectF expectRect) in VerifyBigItemRect()
|
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | display_group_controller_test.cpp | 440 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 D | remote_animation_test.cpp | 543 Rect expectRect = {0, 0, 100, 100}; // 100 is test data variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_bar_test_ng.cpp | 258 Rect expectRect = Rect(SCROLL_WIDTH - barWidth, 0.f, barWidth, SCROLL_HEIGHT * ratio); variable
|