Searched refs:onSurfaceChangeEventKey (Results 1 – 2 of 2) sorted by relevance
225 std::string onSurfaceChangeEventKey; variable226 auto onSurfaceChange = [&onSurfaceChangeEventKey](float /* width */,227 … float /* height */, float /* borderWidth */) { onSurfaceChangeEventKey = CHECK_KEY; }; in __anonbf2bd1f30502()277 EXPECT_EQ(onSurfaceChangeEventKey, CHECK_KEY);284 onSurfaceChangeEventKey = "";287 EXPECT_NE(onSurfaceChangeEventKey, CHECK_KEY);
139 std::string onSurfaceChangeEventKey; variable140 auto onSurfaceChange = [&onSurfaceChangeEventKey](float /* width */,141 float /* height */, float /* borderWidth */) { onSurfaceChangeEventKey = CHECK_KEY; }; in __anond3ebbf3e0502()