Home
last modified time | relevance | path

Searched refs:OutOfResourcesException (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/view/
DSurface.java70 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()
DHardwareRenderer.java144 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()
DViewRootImpl.java1280 } 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/
DSurfaceTexture.java82 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/
DStrictModeFlash.java43 } catch (Surface.OutOfResourcesException e) { in StrictModeFlash()
65 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DWatermark.java32 import android.view.Surface.OutOfResourcesException;
119 } catch (OutOfResourcesException e) { in Watermark()
143 } catch (OutOfResourcesException e) { in drawIfNeeded()
DBlackFrame.java36 throws Surface.OutOfResourcesException { in BlackSurface()
80 int layer) throws Surface.OutOfResourcesException { in BlackFrame()
DScreenRotationAnimation.java98 } catch (Surface.OutOfResourcesException e) { in ScreenRotationAnimation()
243 } catch (Surface.OutOfResourcesException e) { in dismiss()
DWindowState.java665 } catch (Surface.OutOfResourcesException e) { in createSurfaceLocked()
DWindowManagerService.java6077 } catch (Surface.OutOfResourcesException e) { in prepareDragSurface()
6941 } catch (Surface.OutOfResourcesException e) {
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp36 static const char* const OutOfResourcesException = variable
183 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp57 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/
Dcurrent.txt8793 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);
D14.txt8793 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/
Dsitemap.txt1883 http://developer.android.com/reference/android/view/Surface.OutOfResourcesException.html