Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/unittest/dfx/
H A Dview_bounds_unit_test.cpp33 static uint16_t g_drawCount = 0; variable
72 g_drawCount++; in OnPostDraw()
83 g_drawCount++; in OnPostDraw()
168 g_drawCount = 0;
171 EXPECT_EQ(g_drawCount, 2); // 2: redraw view count
174 g_drawCount = 0;
177 EXPECT_EQ(g_drawCount, 2); // 2: redraw view count
219 g_drawCount = 0;
222 EXPECT_EQ(g_drawCount, 4); // 4: redraw view count
225 g_drawCount = 0;
[all …]