Searched refs:mRootLayout (Results 1 – 1 of 1) sorted by relevance
37 private RelativeLayout mRootLayout; field in GamePerformanceActivity41 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 …]