SurfaceTexture: increase the test's Surface layer.
This change increases the Surface layer used for displaying the test results so that the tests will be visible over other windows in the system. Change-Id: I47f147f8743ff2a39d57d551811668371202bd31
This commit is contained in:
parent
1876d13e45
commit
5dd0c4fd7e
@ -85,7 +85,7 @@ protected:
|
||||
ASSERT_TRUE(mSurfaceControl->isValid());
|
||||
|
||||
ASSERT_EQ(NO_ERROR, mComposerClient->openTransaction());
|
||||
ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(30000));
|
||||
ASSERT_EQ(NO_ERROR, mSurfaceControl->setLayer(0x7FFFFFFF));
|
||||
ASSERT_EQ(NO_ERROR, mSurfaceControl->show());
|
||||
ASSERT_EQ(NO_ERROR, mComposerClient->closeTransaction());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user