Searched refs:onSurfaceChanged (Results 1 - 23 of 23) sorted by relevance

/frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
H A DTestView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestView.Renderer
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java75 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLJNIView.Renderer
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java85 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:CubeRenderer
/frameworks/native/opengl/tests/testFramerate/src/com/android/testframerate/
H A DTestFramerateView.java83 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestFramerateView.Renderer
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java91 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:TriangleRenderer
H A DGLDualGL2View.java290 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLDualGL2View.Renderer
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java79 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GL2JavaView.Renderer
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java173 mController.onSurfaceChanged();
H A DCarouselController.java107 public void onSurfaceChanged() { method in class:CarouselController
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java287 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GL2JNIView.Renderer
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java287 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:GLPerfView.Renderer
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java74 public void onSurfaceChanged(GL10 gl, int w, int h) { method in class:ClearRenderer
/frameworks/native/opengl/tests/testLatency/src/com/android/testlatency/
H A DTestLatencyView.java144 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestLatencyView.Renderer
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java236 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TestView.Renderer
/frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
H A DGenImage.java75 public void onSurfaceChanged(GL10 unused, int width, int height) { method in class:GenImage
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java297 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:ImageWallpaper.DrawableEngine
299 Log.d(TAG, "onSurfaceChanged: width=" + width + ", height=" + height);
302 super.onSurfaceChanged(holder, format, width, height);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java404 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
H A DTiledImageView.java293 public void onSurfaceChanged(GL10 gl, int width, int height) { method in class:TiledImageView.TileRenderer
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java138 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:MyRenderer
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java232 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:CamRenderer
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java479 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) { method in class:WallpaperService.Engine
688 if (DEBUG) Log.v(TAG, "onSurfaceChanged("
693 onSurfaceChanged(mSurfaceHolder, mFormat,
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java719 * void onSurfaceChanged(GL10 gl, int width, int height) {
733 void onSurfaceChanged(GL10 gl, int width, int height); method in interface:GLSurfaceView.Renderer
1508 Log.w("GLThread", "onSurfaceChanged(" + w + ", " + h + ")");
1512 view.mRenderer.onSurfaceChanged(gl, w, h);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java465 public void onSurfaceChanged(GL10 glUnused, int width, int height) { method in class:VideoDumpView.VideoDumpRenderer

Completed in 519 milliseconds