HomeSort by relevance Sort by last modified time
    Searched refs:onSurfaceChanged (Results 51 - 75 of 85) sorted by null

1 23 4

  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 236 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 196 public void onSurfaceChanged(GL10 gl, int width, int height) {
BlockingGLTextureView.java 396 mRenderer.onSurfaceChanged(mGL, mWidth, mHeight);
  /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) {
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java 173 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ImageWallpaper.java 268 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
270 Log.d(TAG, "onSurfaceChanged: width=" + width + ", height=" + height);
273 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/
FrameBufferObjectActivity.java 80 public void onSurfaceChanged(GL10 gl, int width, int height) {
CubeMapActivity.java 107 public void onSurfaceChanged(GL10 gl, int width, int height) {
MatrixPaletteRenderer.java 368 public void onSurfaceChanged(GL10 gl, int w, int h) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 240 public void onSurfaceChanged(GL10 gl, int w, int h) {
  /frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
MyGLSurfaceView.java 138 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /cts/tests/src/android/opengl/cts/
CompressedTextureSurfaceView.java 265 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 255 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
GLSurfaceViewCustom.java 723 * void onSurfaceChanged(GL10 gl, int width, int height) {
737 void onSurfaceChanged(GL10 gl, int width, int height);
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 370 public void onSurfaceChanged(GL10 gl, int width, int height) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 107 public void onSurfaceChanged() {
  /frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
GL2CameraEye.java 232 public void onSurfaceChanged(GL10 glUnused, int width, int height) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 312 public void onSurfaceChanged(GL10 gl1, int width, int height) {
313 Log.i(TAG, "onSurfaceChanged: " + width + "x" + height
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 645 * void onSurfaceChanged(GL10 gl, int width, int height) {
659 void onSurfaceChanged(GL10 gl, int width, int height);
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 479 public void onSurfaceChanged(SurfaceHolder holder, int format, int width, int height) {
688 if (DEBUG) Log.v(TAG, "onSurfaceChanged("
693 onSurfaceChanged(mSurfaceHolder, mFormat,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 719 * void onSurfaceChanged(GL10 gl, int width, int height) {
733 void onSurfaceChanged(GL10 gl, int width, int height);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 481 mPreviewThread.onSurfaceChanged(mSurfaceWidth, mSurfaceHeight);
    [all...]

Completed in 1084 milliseconds

1 23 4