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.
397 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.cpp49 static const char* const OutOfResourcesException = member in namespace:android
50 "android/view/Surface$OutOfResourcesException";
110 jniThrowException(env, OutOfResourcesException, NULL);
/frameworks/base/core/java/android/view/
H A DSurface.java54 throws OutOfResourcesException;
60 throws OutOfResourcesException;
178 * @throws OutOfResourcesException if the surface could not be created.
305 * @throws OutOfResourcesException If the canvas cannot be locked.
308 throws Surface.OutOfResourcesException, IllegalArgumentException {
734 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
735 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
737 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException

Completed in 118 milliseconds