HomeSort by relevance Sort by last modified time
    Searched defs:OutOfResourcesException (Results 1 - 19 of 19) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
Surface_OutOfResourcesExceptionTest.java 21 import android.view.Surface.OutOfResourcesException;
27 new Surface.OutOfResourcesException();
28 new Surface.OutOfResourcesException(NAME);
  /frameworks/base/core/java/android/view/
Surface.java 36 throws OutOfResourcesException;
40 throws OutOfResourcesException;
128 } catch (OutOfResourcesException ex) {
129 // We can't throw OutOfResourcesException because it would be an API change.
233 throws OutOfResourcesException, IllegalArgumentException {
393 public static class OutOfResourcesException extends Exception {
394 public OutOfResourcesException() {
396 public OutOfResourcesException(String name) {
SurfaceControl.java 37 throws OutOfResourcesException;
86 public static class OutOfResourcesException extends Exception {
87 public OutOfResourcesException() {
89 public OutOfResourcesException(String name) {
225 throws OutOfResourcesException {
247 throw new OutOfResourcesException(
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 36 static const char* const OutOfResourcesException =
37 "android/graphics/SurfaceTexture$OutOfResourcesException";
205 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/core/jni/
android_view_Surface.cpp 52 static const char* const OutOfResourcesException =
53 "android/view/Surface$OutOfResourcesException";
148 jniThrowException(env, OutOfResourcesException, NULL);
232 OutOfResourcesException :
android_view_SurfaceControl.cpp 48 static const char* const OutOfResourcesException =
49 "android/view/Surface$OutOfResourcesException";
132 jniThrowException(env, OutOfResourcesException, NULL);
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 84 public static class OutOfResourcesException extends Exception {
85 public OutOfResourcesException() {
87 public OutOfResourcesException(String name) {
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 368 milliseconds