Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DSurfaceFlingerTestActivity.java35 private TestView mView; field in SurfaceFlingerTestActivity
44 mView = new TestView(this); in onCreate()
45 mView.setSystemUiVisibility(SYSTEM_UI_FLAG_FULLSCREEN); in onCreate()
46 setContentView(mView); in onCreate()