HomeSort by relevance Sort by last modified time
    Searched refs:surfaceChanged (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/WebKit/android/plugins/
SurfaceCallback.h 36 virtual void surfaceChanged(int format, int width, int height) = 0;
  /packages/wallpapers/Basic/src/com/android/wallpaper/galaxy/
GalaxyView.java 33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
34 super.surfaceChanged(holder, format, w, h);
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassView.java 33 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
34 super.surfaceChanged(holder, format, w, h);
  /packages/wallpapers/Basic/src/com/android/wallpaper/fall/
FallView.java 36 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
37 super.surfaceChanged(holder, format, w, h);
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 39 static void surfaceChanged(JNIEnv* env, jobject thiz, jint npp, jint format, jint width, jint height) {
66 { "nativeSurfaceChanged", "(IIII)V", (void*) surfaceChanged },
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmView.java 53 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
54 super.surfaceChanged(holder, format, w, h);
  /frameworks/base/libs/rs/java/Fountain/src/com/android/fountain/
FountainView.java 52 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
53 super.surfaceChanged(holder, format, w, h);
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
PaintSurface.java 53 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
  /frameworks/base/core/java/android/view/
SurfaceHolder.java 106 public void surfaceChanged(SurfaceHolder holder, int format, int width,
131 * typically be preceeded by a call to {@link #surfaceChanged}.
156 * {@link Callback#surfaceChanged}.
182 * {@link Callback#surfaceChanged} for changes to the size of the surface.
ViewRoot.java 720 boolean surfaceChanged = false;
739 surfaceChanged = true;
    [all...]
SurfaceView.java 549 c.surfaceChanged(mSurfaceHolder, mFormat, myWidth, myHeight);
  /frameworks/base/graphics/java/android/renderscript/
RSSurfaceView.java 93 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
94 Log.v(RenderScript.LOG_TAG, "surfaceChanged");
  /cts/tests/src/android/view/cts/
SurfaceViewStubActivity.java 192 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Video.java 169 public void surfaceChanged(SurfaceHolder surfaceholder, int i, int j, int k) {
170 Log.d(TAG, "surfaceChanged called");
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 300 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
WindowSurface.java 74 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
  /frameworks/base/libs/rs/java/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 163 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
  /packages/apps/Gallery3D/src/com/cooliris/wallpaper/
Slideshow.java 84 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
  /frameworks/base/core/java/android/app/
NativeActivity.java 295 public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {
  /frameworks/base/core/java/android/widget/
VideoView.java 451 public void surfaceChanged(SurfaceHolder holder, int format,
  /development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java 851 public void surfaceChanged(SurfaceHolder holder, int format, int width,
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 242 // on the next surfaceChanged.
248 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
251 super.surfaceChanged(holder, format, w, h);
298 //Log.d(TAG, "surfaceChanged took " + (endTime-startTime) + "ms");
    [all...]
  /development/samples/JetBoy/src/com/example/android/jetboy/
JetBoyView.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 425 * Convenience for {@link SurfaceHolder.Callback#surfaceChanged
426 * SurfaceHolder.Callback.surfaceChanged()}.
592 c.surfaceChanged(mSurfaceHolder, mFormat,
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 490 public void surfaceChanged(SurfaceHolder holder, int format, int w, int h) {
    [all...]

Completed in 755 milliseconds

1 2