Home
last modified time | relevance | path

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

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DGamePerformanceActivity.java34 private CustomOpenGLView mOpenGLView = null; field in GamePerformanceActivity
40 if (mOpenGLView != null) { in detachAllViews()
41 mRootLayout.removeView(mOpenGLView); in detachAllViews()
42 mOpenGLView = null; in detachAllViews()
76 if (mOpenGLView != null) { in attachOpenGLView()
84 mOpenGLView = new CustomOpenGLView(GamePerformanceActivity.this); in attachOpenGLView()
85 mRootLayout.addView(mOpenGLView); in attachOpenGLView()
114 if (mOpenGLView == null) { in getOpenGLView()
117 return mOpenGLView; in getOpenGLView()
143 mOpenGLView = new CustomOpenGLView(this); in onCreate()
[all …]