/frameworks/base/core/java/android/view/ |
D | Surface.java | 70 public Canvas lockCanvas(Rect dirty) throws OutOfResourcesException, IllegalArgumentException { in lockCanvas() 103 public static class OutOfResourcesException extends Exception { class in Surface 104 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException 106 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException 246 throws OutOfResourcesException { in Surface() 257 throws OutOfResourcesException { in Surface() 278 private Surface(Parcel source) throws OutOfResourcesException { in Surface() 512 throws OutOfResourcesException; in init()
|
D | HardwareRenderer.java | 144 abstract boolean initialize(SurfaceHolder holder) throws Surface.OutOfResourcesException; in initialize() 151 abstract void updateSurface(SurfaceHolder holder) throws Surface.OutOfResourcesException; in updateSurface() 288 SurfaceHolder holder) throws Surface.OutOfResourcesException { in initializeIfNeeded() 460 boolean initialize(SurfaceHolder holder) throws Surface.OutOfResourcesException { in initialize() 489 void updateSurface(SurfaceHolder holder) throws Surface.OutOfResourcesException { in updateSurface() 603 GL createEglSurface(SurfaceHolder holder) throws Surface.OutOfResourcesException { in createEglSurface() 632 throw new Surface.OutOfResourcesException("eglMakeCurrent failed " in createEglSurface()
|
D | ViewRootImpl.java | 1280 } catch (Surface.OutOfResourcesException e) { in performTraversals() 1313 } catch (Surface.OutOfResourcesException e) { in performTraversals() 1940 } catch (Surface.OutOfResourcesException e) { in draw() 2505 } catch (Surface.OutOfResourcesException e) { in handleMessage()
|
/frameworks/base/graphics/java/android/graphics/ |
D | SurfaceTexture.java | 82 public static class OutOfResourcesException extends Exception { class in SurfaceTexture 83 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException 85 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
|
/frameworks/base/services/java/com/android/server/wm/ |
D | StrictModeFlash.java | 43 } catch (Surface.OutOfResourcesException e) { in StrictModeFlash() 65 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
|
D | Watermark.java | 32 import android.view.Surface.OutOfResourcesException; 119 } catch (OutOfResourcesException e) { in Watermark() 143 } catch (OutOfResourcesException e) { in drawIfNeeded()
|
D | BlackFrame.java | 36 throws Surface.OutOfResourcesException { in BlackSurface() 80 int layer) throws Surface.OutOfResourcesException { in BlackFrame()
|
D | ScreenRotationAnimation.java | 98 } catch (Surface.OutOfResourcesException e) { in ScreenRotationAnimation() 243 } catch (Surface.OutOfResourcesException e) { in dismiss()
|
D | WindowState.java | 665 } catch (Surface.OutOfResourcesException e) { in createSurfaceLocked()
|
D | WindowManagerService.java | 6077 } catch (Surface.OutOfResourcesException e) { in prepareDragSurface() 6941 } catch (Surface.OutOfResourcesException e) {
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 36 static const char* const OutOfResourcesException = variable 183 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 57 static const char* const OutOfResourcesException = variable 243 jniThrowException(env, OutOfResourcesException, NULL); in Surface_init() 255 jniThrowException(env, OutOfResourcesException, NULL); in Surface_initFromSurfaceTexture() 352 OutOfResourcesException : in Surface_lockCanvas()
|
/frameworks/base/api/ |
D | current.txt | 8793 public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception { 8794 ctor public SurfaceTexture.OutOfResourcesException(); 8795 ctor public SurfaceTexture.OutOfResourcesException(java.lang.String); 22687 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException; 22700 public static class Surface.OutOfResourcesException extends java.lang.Exception { 22701 ctor public Surface.OutOfResourcesException(); 22702 ctor public Surface.OutOfResourcesException(java.lang.String);
|
D | 14.txt | 8793 public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception { 8794 ctor public SurfaceTexture.OutOfResourcesException(); 8795 ctor public SurfaceTexture.OutOfResourcesException(java.lang.String); 22687 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException; 22700 public static class Surface.OutOfResourcesException extends java.lang.Exception { 22701 ctor public Surface.OutOfResourcesException(); 22702 ctor public Surface.OutOfResourcesException(java.lang.String);
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1883 http://developer.android.com/reference/android/view/Surface.OutOfResourcesException.html
|