Home
last modified time | relevance | path

Searched defs:OutOfResourcesException (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java105 public static class OutOfResourcesException extends Exception { class in SurfaceTexture
106 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
108 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
/frameworks/base/core/java/android/view/
DSurface.java1007 public static class OutOfResourcesException extends RuntimeException { class in Surface
1008 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException
1010 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
/frameworks/base/core/jni/
Dandroid_graphics_SurfaceTexture.cpp48 static const char* const OutOfResourcesException = variable
Dandroid_view_Surface.cpp54 static const char* const OutOfResourcesException = "android/view/Surface$OutOfResourcesException"; variable
Dandroid_view_SurfaceControl.cpp78 static const char* const OutOfResourcesException = variable