Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp84 static const int LAYER_BASE = INT32_MAX - 10; variable
304 t.setLayer(mSurfaceControl, LAYER_BASE); in showAt()
372 t.setLayer(mParentSurfaceControl, LAYER_BASE); in showAt()
500 surface->doTransaction([](auto& t, auto& sc) { t.setLayer(sc, LAYER_BASE + 1); }); in TEST_F()
505 surface2->doTransaction([](auto& t, auto& sc) { t.setLayer(sc, LAYER_BASE + 1); }); in TEST_F()