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";
241 jniThrowException(env, OutOfResourcesException,
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp53 static const char* const OutOfResourcesException = member in namespace:android
54 "android/view/Surface$OutOfResourcesException";
148 jniThrowException(env, OutOfResourcesException, NULL);
224 OutOfResourcesException :
H A Dandroid_view_SurfaceControl.cpp48 static const char* const OutOfResourcesException = member in namespace:android
49 "android/view/Surface$OutOfResourcesException";
132 jniThrowException(env, OutOfResourcesException, NULL);
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java86 * @deprecated No longer thrown. {@link Surface.OutOfResourcesException} is used instead.
90 public static class OutOfResourcesException extends Exception { class in class:SurfaceTexture
91 public OutOfResourcesException() { method in class:SurfaceTexture.OutOfResourcesException
93 public OutOfResourcesException(String name) { method in class:SurfaceTexture.OutOfResourcesException
103 * @throws OutOfResourcesException If the SurfaceTexture cannot be created.
124 * @throws throws OutOfResourcesException If the SurfaceTexture cannot be created.
318 private void init(int texName, boolean singleBufferMode) throws Surface.OutOfResourcesException {
331 throws Surface.OutOfResourcesException;
/frameworks/base/core/java/android/view/
H A DSurface.java36 throws OutOfResourcesException;
40 throws OutOfResourcesException;
119 * @throws OutOfResourcesException if the surface could not be created.
230 * @throws OutOfResourcesException If the canvas cannot be locked.
233 throws Surface.OutOfResourcesException, IllegalArgumentException {
417 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
418 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
420 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException

Completed in 177 milliseconds