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

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java90 * @deprecated No longer thrown. {@link android.view.Surface.OutOfResourcesException}
95 public static class OutOfResourcesException extends Exception { class in class:SurfaceTexture
96 public OutOfResourcesException() { method in class:SurfaceTexture.OutOfResourcesException
98 public OutOfResourcesException(String name) { method in class:SurfaceTexture.OutOfResourcesException
108 * @throws Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
129 * @throws Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
155 * @throws Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
383 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/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.cpp46 static const char* const OutOfResourcesException = member in namespace:android
47 "android/view/Surface$OutOfResourcesException";
101 jniThrowException(env, OutOfResourcesException, NULL);
/frameworks/base/core/java/android/view/
H A DSurface.java41 throws OutOfResourcesException;
45 throws OutOfResourcesException;
154 * @throws OutOfResourcesException if the surface could not be created.
281 * @throws OutOfResourcesException If the canvas cannot be locked.
284 throws Surface.OutOfResourcesException, IllegalArgumentException {
537 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
538 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
540 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException

Completed in 1856 milliseconds