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

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java92 * @deprecated No longer thrown. {@link android.view.Surface.OutOfResourcesException}
97 public static class OutOfResourcesException extends Exception { class in class:SurfaceTexture
98 public OutOfResourcesException() { method in class:SurfaceTexture.OutOfResourcesException
100 public OutOfResourcesException(String name) { method in class:SurfaceTexture.OutOfResourcesException
110 * @throws android.view.Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
131 * @throws android.view.Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
158 * @throws android.view.Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
401 throws Surface.OutOfResourcesException;
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp46 static const char* const OutOfResourcesException = member in namespace:android
47 "android/view/Surface$OutOfResourcesException";
279 jniThrowException(env, OutOfResourcesException,
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp61 static const char* const OutOfResourcesException = member in namespace:android
62 "android/view/Surface$OutOfResourcesException";
257 jniThrowException(env, OutOfResourcesException, NULL);
326 OutOfResourcesException :
H A Dandroid_view_SurfaceControl.cpp50 static const char* const OutOfResourcesException = member in namespace:android
51 "android/view/Surface$OutOfResourcesException";
126 jniThrowException(env, OutOfResourcesException, NULL);
/frameworks/base/core/java/android/view/
H A DSurface.java54 throws OutOfResourcesException;
60 throws OutOfResourcesException;
192 * @throws OutOfResourcesException if the surface could not be created.
332 * @throws OutOfResourcesException If the canvas cannot be locked.
335 throws Surface.OutOfResourcesException, IllegalArgumentException {
798 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
799 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
801 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException

Completed in 121 milliseconds