Searched refs:LAYER_BASE (Results 1 – 1 of 1) sorted by relevance
84 static const int LAYER_BASE = INT32_MAX - 10; variable304 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()