Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/container_modal/
H A Dcontainer_modal_test_ng.cpp269 bool isWindowStartMove = false; variable
275 auto windowStartMoveCallBack = [&isWindowStartMove]() { isWindowStartMove = true; }; in __anon6640ff530502()
295 EXPECT_FALSE(isWindowStartMove);
317 EXPECT_TRUE(isWindowStartMove);