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

/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp39 static const char* const OutOfResourcesException = member in namespace:android
40 "android/view/Surface$OutOfResourcesException";
252 jniThrowException(env, OutOfResourcesException,
/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.
375 throws 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";
151 jniThrowException(env, OutOfResourcesException, NULL);
219 OutOfResourcesException :
H A Dandroid_view_SurfaceControl.cpp51 static const char* const OutOfResourcesException = member in namespace:android
52 "android/view/Surface$OutOfResourcesException";
100 jniThrowException(env, OutOfResourcesException, NULL);
/frameworks/base/core/java/android/view/
H A DSurface.java41 throws OutOfResourcesException;
45 throws OutOfResourcesException;
136 * @throws OutOfResourcesException if the surface could not be created.
251 * @throws OutOfResourcesException If the canvas cannot be locked.
254 throws Surface.OutOfResourcesException, IllegalArgumentException {
494 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
495 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
497 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException

Completed in 136 milliseconds