Home
last modified time | relevance | path

Searched refs:OutOfResourcesException (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java105 public static class OutOfResourcesException extends Exception { class in SurfaceTexture
106 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
108 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
425 throws Surface.OutOfResourcesException; in nativeInit()
/frameworks/base/services/core/java/com/android/server/wm/
DEmulatorDisplayOverlay.java32 import android.view.Surface.OutOfResourcesException;
73 } catch (OutOfResourcesException e) { in EmulatorDisplayOverlay()
94 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
DStrictModeFlash.java28 import android.view.Surface.OutOfResourcesException;
61 } catch (OutOfResourcesException e) { in StrictModeFlash()
83 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
DBlackFrame.java22 import android.view.Surface.OutOfResourcesException;
42 SurfaceControl surfaceControl) throws OutOfResourcesException { in BlackSurface()
87 throws OutOfResourcesException { in BlackFrame()
DWatermark.java32 import android.view.Surface.OutOfResourcesException;
126 } catch (OutOfResourcesException e) { in Watermark()
156 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
DScreenRotationAnimation.java50 import android.view.Surface.OutOfResourcesException;
276 } catch (OutOfResourcesException e) { in ScreenRotationAnimation()
466 } catch (OutOfResourcesException e) { in startAnimation()
DWindowStateAnimator.java56 import android.view.Surface.OutOfResourcesException;
325 } catch (OutOfResourcesException e) { in createSurfaceLocked()
DDimmer.java202 } catch (Surface.OutOfResourcesException e) { in getDimState()
DAccessibilityController.java89 import android.view.Surface.OutOfResourcesException;
1129 } catch (OutOfResourcesException oore) { in ViewportWindow()
1248 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
/frameworks/base/core/java/android/view/
DSurface.java67 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture()
76 throws OutOfResourcesException; in nativeLockCanvas()
450 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas()
1007 public static class OutOfResourcesException extends RuntimeException { class in Surface
1008 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException
1010 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
DThreadedRenderer.java34 import android.view.Surface.OutOfResourcesException;
408 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize()
433 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
451 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
DSurfaceControl.java64 import android.view.Surface.OutOfResourcesException;
103 throws OutOfResourcesException; in nativeCreate()
1541 throws OutOfResourcesException, IllegalArgumentException { in SurfaceControl()
1568 throw new OutOfResourcesException( in SurfaceControl()
DViewRootImpl.java171 import android.view.Surface.OutOfResourcesException;
3213 } catch (OutOfResourcesException e) { in performTraversals()
3251 } catch (OutOfResourcesException e) { in performTraversals()
3902 } catch (OutOfResourcesException e) { in dispatchFocusEvent()
4023 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException()
4807 } catch (OutOfResourcesException e) { in draw()
4860 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp54 static const char* const OutOfResourcesException = "android/view/Surface$OutOfResourcesException"; variable
158 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture()
216 OutOfResourcesException : IllegalArgumentException; in nativeLockCanvas()
Dandroid_graphics_SurfaceTexture.cpp48 static const char* const OutOfResourcesException = variable
255 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
Dandroid_view_SurfaceControl.cpp78 static const char* const OutOfResourcesException = variable
431 jniThrowException(env, OutOfResourcesException, statusToString(err).c_str()); in nativeCreate()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java39 import android.view.Surface.OutOfResourcesException;
589 } catch (OutOfResourcesException ex) {
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/
DMirrorSurfaceActivity.java335 } catch (IllegalArgumentException | Surface.OutOfResourcesException e) { in drawBorder()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DScreenRotationAnimation.java198 } catch (Surface.OutOfResourcesException e) { in ScreenRotationAnimation()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt11524 …public static deprecated class SurfaceTexture.OutOfResourcesException extends java.lang.Exception {
11525 ctor public SurfaceTexture.OutOfResourcesException();
11526 ctor public SurfaceTexture.OutOfResourcesException(java.lang.String);
33160 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
33173 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
33174 ctor public Surface.OutOfResourcesException();
33175 ctor public Surface.OutOfResourcesException(java.lang.String);
/frameworks/base/core/api/
Dcurrent.txt15605 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception…
15606 ctor @Deprecated public SurfaceTexture.OutOfResourcesException();
15607 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String);
49267 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
49287 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
49288 ctor public Surface.OutOfResourcesException();
49289 ctor public Surface.OutOfResourcesException(String);
/frameworks/base/boot/
Dpreloaded-classes8162 android.view.Surface$OutOfResourcesException
Dboot-image-profile.txt30707 Landroid/view/Surface$OutOfResourcesException;
/frameworks/base/config/
Dpreloaded-classes8193 android.view.Surface$OutOfResourcesException
Dboot-image-profile.txt40702 Landroid/view/Surface$OutOfResourcesException;

12