HomeSort by relevance Sort by last modified time
    Searched refs:onSurfaceChanged (Results 26 - 50 of 64) sorted by null

12 3

  /frameworks/base/opengl/tests/gl2_java/src/com/android/gl2java/
GL2JavaView.java 79 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
PhotoView.java 186 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /cts/tests/src/android/media/cts/
VideoSurfaceView.java 198 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
GL2JNIView.java 331 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java 84 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
StaticTriangleRenderer.java 167 public void onSurfaceChanged(GL10 gl, int w, int h) {
TriangleRenderer.java 154 public void onSurfaceChanged(GL10 gl, int w, int h) {
FrameBufferObjectActivity.java 80 public void onSurfaceChanged(GL10 gl, int width, int height) {
CubeMapActivity.java 107 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/BasicGLSurfaceView/src/com/example/android/basicglsurfaceview/
GLES20TriangleRenderer.java 82 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 126 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 287 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/base/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 287 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 290 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 74 public void onSurfaceChanged(GL10 gl, int w, int h) {
  /frameworks/base/opengl/tests/testLatency/src/com/android/testlatency/
TestLatencyView.java 144 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/base/opengl/tests/testViewport/src/com/android/test/
TestView.java 236 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselView.java 173 mController.onSurfaceChanged();
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
SurfaceTextureView.java 201 * @see android.opengl.GLSurfaceView.Renderer#onSurfaceChanged(javax.microedition.khronos.opengles.GL10, int, int)
204 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 249 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
251 Log.d(TAG, "onSurfaceChanged: width=" + width + ", height=" + height);
254 super.onSurfaceChanged(holder, format, width, height);
  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 433 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
434 super.onSurfaceChanged(holder, format, width, height);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 276 public void onSurfaceChanged(GL10 gl, int w, int h) {
GyroscopeTestActivity.java 221 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 240 public void onSurfaceChanged(GL10 gl, int w, int h) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 235 public void onSurfaceChanged(GL10 gl1, int width, int height) {
236 Log.i(TAG, "onSurfaceChanged: " + width + "x" + height
295 // scissor box in "onSurfaceChanged()". We have to do it in the second

Completed in 529 milliseconds

12 3