Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/GamePerformance/src/android/gameperformance/
H A DGamePerformanceActivity.java37 private RelativeLayout mRootLayout; field in GamePerformanceActivity
41 mRootLayout.removeView(mOpenGLView); in detachAllViews()
45 mRootLayout.removeView(mSurfaceView); in detachAllViews()
49 mRootLayout.removeView(mControlView); in detachAllViews()
55 synchronized (mRootLayout) { in attachSurfaceView()
75 synchronized (mRootLayout) { in attachOpenGLView()
85 mRootLayout.addView(mOpenGLView); in attachOpenGLView()
94 synchronized (mRootLayout) { in attachControlView()
135 mRootLayout = new RelativeLayout(this); in onCreate()
144 mRootLayout.addView(mOpenGLView); in onCreate()
[all …]