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()65 mRootLayout.addView(mSurfaceView); in attachSurfaceView()75 synchronized (mRootLayout) { in attachOpenGLView()85 mRootLayout.addView(mOpenGLView); in attachOpenGLView()94 synchronized (mRootLayout) { in attachControlView()104 mRootLayout.addView(mControlView); in attachControlView()[all …]