Home
last modified time | relevance | path

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

12

/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()
DSmoothDimmer.java62 } catch (Surface.OutOfResourcesException e) { in DimState()
DScreenRotationAnimation.java51 import android.view.Surface.OutOfResourcesException;
292 } catch (OutOfResourcesException e) { in ScreenRotationAnimation()
481 } catch (OutOfResourcesException e) { in startAnimation()
DWindowStateAnimator.java57 import android.view.Surface.OutOfResourcesException;
331 } catch (OutOfResourcesException e) { in createSurfaceLocked()
DLegacyDimmer.java176 } catch (Surface.OutOfResourcesException e) { in obtainDimState()
DAccessibilityController.java92 import android.view.Surface.OutOfResourcesException;
1282 } catch (OutOfResourcesException oore) { in ViewportWindow()
1449 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawOrRemoveIfNeeded()
/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java129 public static class OutOfResourcesException extends Exception { class in SurfaceTexture
130 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
132 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
520 throws Surface.OutOfResourcesException; in nativeInit()
/frameworks/base/core/java/android/view/
DSurface.java69 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture()
78 throws OutOfResourcesException; in nativeLockCanvas()
536 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas()
1120 public static class OutOfResourcesException extends RuntimeException { class in Surface
1121 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException
1123 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
DThreadedRenderer.java34 import android.view.Surface.OutOfResourcesException;
406 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize()
431 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
449 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
DSurfaceControl.java71 import android.view.Surface.OutOfResourcesException;
109 throws OutOfResourcesException; in nativeCreate()
1290 throws OutOfResourcesException, IllegalArgumentException { in SurfaceControl()
1318 throw new OutOfResourcesException( in SurfaceControl()
DViewRootImpl.java223 import android.view.Surface.OutOfResourcesException;
3792 } catch (OutOfResourcesException e) { in performTraversals()
3830 } catch (OutOfResourcesException e) { in performTraversals()
4672 } catch (OutOfResourcesException e) { in dispatchFocusEvent()
4804 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException()
5682 } catch (OutOfResourcesException e) { in draw()
5718 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp58 static const char* const OutOfResourcesException = "android/view/Surface$OutOfResourcesException"; variable
165 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture()
224 OutOfResourcesException : IllegalArgumentException; in nativeLockCanvas()
Dandroid_graphics_SurfaceTexture.cpp45 static const char* const OutOfResourcesException = variable
280 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
Dandroid_view_SurfaceControl.cpp80 static const char* const OutOfResourcesException = variable
510 jniThrowException(env, OutOfResourcesException, statusToString(err).c_str()); in nativeCreate()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java38 import android.view.Surface.OutOfResourcesException;
626 } catch (OutOfResourcesException ex) {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DScreenRotationAnimation.java194 } catch (Surface.OutOfResourcesException e) { in ScreenRotationAnimation()
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/
DMirrorSurfaceActivity.java335 } catch (IllegalArgumentException | Surface.OutOfResourcesException e) { in drawBorder()
/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.txt17230 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception…
17231 ctor @Deprecated public SurfaceTexture.OutOfResourcesException();
17232 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String);
52217 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
52237 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
52238 ctor public Surface.OutOfResourcesException();
52239 ctor public Surface.OutOfResourcesException(String);
/frameworks/base/boot/
Dpreloaded-classes8886 android.view.Surface$OutOfResourcesException
Dboot-image-profile.txt31300 Landroid/view/Surface$OutOfResourcesException;
/frameworks/base/config/
Dpreloaded-classes8917 android.view.Surface$OutOfResourcesException

12