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 Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
131 * @throws Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
158 * @throws Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
395 throws Surface.OutOfResourcesException;
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp43 static const char* const OutOfResourcesException = member in namespace:android
44 "android/view/Surface$OutOfResourcesException";
276 jniThrowException(env, OutOfResourcesException,
/frameworks/base/core/java/android/view/
H A DSurface.java53 throws OutOfResourcesException;
57 throws OutOfResourcesException;
170 * @throws OutOfResourcesException if the surface could not be created.
297 * @throws OutOfResourcesException If the canvas cannot be locked.
300 throws Surface.OutOfResourcesException, IllegalArgumentException {
577 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
578 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
580 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp59 static const char* const OutOfResourcesException = member in namespace:android
60 "android/view/Surface$OutOfResourcesException";
247 jniThrowException(env, OutOfResourcesException, NULL);
315 OutOfResourcesException :
H A Dandroid_view_SurfaceControl.cpp47 static const char* const OutOfResourcesException = member in namespace:android
48 "android/view/Surface$OutOfResourcesException";
101 jniThrowException(env, OutOfResourcesException, NULL);

Completed in 382 milliseconds