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

/frameworks/base/core/java/android/view/
H A DSurface.java166 public static class OutOfResourcesException extends Exception { class in class:Surface
167 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
169 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException
188 throws OutOfResourcesException {
202 throws OutOfResourcesException {
308 public Canvas lockCanvas(Rect dirty) throws OutOfResourcesException, IllegalArgumentException
394 private Surface(Parcel source) throws OutOfResourcesException {
439 throws OutOfResourcesException;
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp51 static const char* const OutOfResourcesException = member in namespace:android
52 "android/view/Surface$OutOfResourcesException";
226 doThrow(env, OutOfResourcesException);
320 OutOfResourcesException :

Completed in 359 milliseconds