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

1 2

  /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/jni/android/graphics/
SurfaceTexture.cpp 43 static const char* const OutOfResourcesException =
44 "android/view/Surface$OutOfResourcesException";
276 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 90 * @deprecated No longer thrown. {@link android.view.Surface.OutOfResourcesException}
95 public static class OutOfResourcesException extends Exception {
96 public OutOfResourcesException() {
98 public OutOfResourcesException(String name) {
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.
383 throws Surface.OutOfResourcesException;
  /frameworks/base/core/jni/
android_view_Surface.cpp 59 static const char* const OutOfResourcesException =
60 "android/view/Surface$OutOfResourcesException";
247 jniThrowException(env, OutOfResourcesException, NULL);
315 OutOfResourcesException :
android_view_SurfaceControl.cpp 47 static const char* const OutOfResourcesException =
48 "android/view/Surface$OutOfResourcesException";
101 jniThrowException(env, OutOfResourcesException, NULL);
  /frameworks/base/core/java/android/view/
Surface.java 41 throws OutOfResourcesException;
45 throws OutOfResourcesException;
155 * @throws OutOfResourcesException if the surface could not be created.
282 * @throws OutOfResourcesException If the canvas cannot be locked.
285 throws Surface.OutOfResourcesException, IllegalArgumentException {
538 public static class OutOfResourcesException extends RuntimeException {
539 public OutOfResourcesException() {
541 public OutOfResourcesException(String name) {
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /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/19/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
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 

Completed in 312 milliseconds

1 2