HomeSort by relevance Sort by last modified time
    Searched refs:OutOfResourcesException (Results 1 - 25 of 37) 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/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/services/core/java/com/android/server/wm/
StrictModeFlash.java 29 import android.view.Surface.OutOfResourcesException;
54 } catch (OutOfResourcesException e) {
73 } catch (Surface.OutOfResourcesException e) {
CircularDisplayMask.java 35 import android.view.Surface.OutOfResourcesException;
83 } catch (OutOfResourcesException e) {
105 } catch (Surface.OutOfResourcesException e) {
EmulatorDisplayOverlay.java 34 import android.view.Surface.OutOfResourcesException;
73 } catch (OutOfResourcesException e) {
92 } catch (OutOfResourcesException e) {
BlackFrame.java 32 import android.view.Surface.OutOfResourcesException;
47 throws OutOfResourcesException {
122 boolean forceDefaultOrientation) throws OutOfResourcesException {
Watermark.java 32 import android.view.Surface.OutOfResourcesException;
124 } catch (OutOfResourcesException e) {
149 } catch (Surface.OutOfResourcesException e) {
ScreenRotationAnimation.java 37 import android.view.Surface.OutOfResourcesException;
288 } catch (OutOfResourcesException e) {
566 } catch (OutOfResourcesException e) {
606 } catch (OutOfResourcesException e) {
628 } catch (OutOfResourcesException e) {
    [all...]
WindowSurfaceController.java 40 import android.view.Surface.OutOfResourcesException;
535 throws OutOfResourcesException {
773 throws OutOfResourcesException {
AccessibilityController.java 50 import android.view.Surface.OutOfResourcesException;
678 } catch (OutOfResourcesException oore) {
    [all...]
WindowStateAnimator.java 63 import android.view.Surface.OutOfResourcesException;
766 } catch (OutOfResourcesException e) {
767 Slog.w(TAG, "OutOfResourcesException creating surface");
    [all...]
WindowSurfacePlacer.java     [all...]
WindowManagerService.java 112 import android.view.Surface.OutOfResourcesException;
    [all...]
  /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) {
SurfaceControl.java 25 import android.view.Surface.OutOfResourcesException;
36 throws OutOfResourcesException;
280 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
284 throws OutOfResourcesException {
304 throw new OutOfResourcesException(
    [all...]
ThreadedRenderer.java 37 import android.view.Surface.OutOfResourcesException;
431 boolean initialize(Surface surface) throws OutOfResourcesException {
456 Surface surface, Rect surfaceInsets) throws OutOfResourcesException {
474 void updateSurface(Surface surface) throws OutOfResourcesException {
    [all...]
ViewRootImpl.java 72 import android.view.Surface.OutOfResourcesException;
    [all...]
  /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/jni/android/graphics/
SurfaceTexture.cpp 43 static const char* const OutOfResourcesException =
44 "android/view/Surface$OutOfResourcesException";
276 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 41 import android.view.Surface.OutOfResourcesException;
586 } catch (OutOfResourcesException ex) {
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 

Completed in 2849 milliseconds

1 2