Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java102 public static class OutOfResourcesException extends Exception { class in SurfaceTexture
103 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
105 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
407 throws Surface.OutOfResourcesException; in nativeInit()
/frameworks/base/services/core/java/com/android/server/wm/
DStrictModeFlash.java27 import android.view.Surface.OutOfResourcesException;
52 } catch (OutOfResourcesException e) { in StrictModeFlash()
71 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DEmulatorDisplayOverlay.java32 import android.view.Surface.OutOfResourcesException;
67 } catch (OutOfResourcesException e) { in EmulatorDisplayOverlay()
86 } catch (OutOfResourcesException e) { in drawIfNeeded()
DCircularDisplayMask.java34 import android.view.Surface.OutOfResourcesException;
81 } catch (OutOfResourcesException e) { in CircularDisplayMask()
103 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DWatermark.java33 import android.view.Surface.OutOfResourcesException;
126 } catch (OutOfResourcesException e) { in Watermark()
151 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DBlackFrame.java26 import android.view.Surface.OutOfResourcesException;
42 int l, int t, int r, int b, DisplayContent dc) throws OutOfResourcesException { in BlackSurface()
117 throws OutOfResourcesException { in BlackFrame()
DScreenRotationAnimation.java36 import android.view.Surface.OutOfResourcesException;
300 } catch (OutOfResourcesException e) { in ScreenRotationAnimation()
564 } catch (OutOfResourcesException e) { in startAnimation()
595 } catch (OutOfResourcesException e) { in startAnimation()
607 } catch (OutOfResourcesException e) { in startAnimation()
DDimmer.java194 } catch (Surface.OutOfResourcesException e) { in getDimState()
DAccessibilityController.java55 import android.view.Surface.OutOfResourcesException;
776 } catch (OutOfResourcesException oore) { in ViewportWindow()
887 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
DWindowStateAnimator.java61 import android.view.Surface.OutOfResourcesException;
507 } catch (OutOfResourcesException e) { in createSurfaceLocked()
/frameworks/base/core/java/android/view/
DSurface.java59 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture()
66 throws OutOfResourcesException; in nativeLockCanvas()
363 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas()
847 public static class OutOfResourcesException extends RuntimeException { class in Surface
848 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException
850 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
DThreadedRenderer.java31 import android.view.Surface.OutOfResourcesException;
381 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize()
406 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
424 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
DSurfaceControl.java54 import android.view.Surface.OutOfResourcesException;
82 throws OutOfResourcesException; in nativeCreate()
762 throws OutOfResourcesException, IllegalArgumentException { in SurfaceControl()
797 throw new OutOfResourcesException( in SurfaceControl()
DViewRootImpl.java89 import android.view.Surface.OutOfResourcesException;
2403 } catch (OutOfResourcesException e) { in performTraversals()
2442 } catch (OutOfResourcesException e) { in performTraversals()
2911 } catch (OutOfResourcesException e) { in handleWindowFocusChanged()
3064 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException()
3785 } catch (OutOfResourcesException e) { in draw()
3838 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp61 static const char* const OutOfResourcesException = variable
179 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture()
252 OutOfResourcesException : in nativeLockCanvas()
Dandroid_view_SurfaceControl.cpp53 static const char* const OutOfResourcesException = variable
206 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreate()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp47 static const char* const OutOfResourcesException = variable
280 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java35 import android.view.Surface.OutOfResourcesException;
597 } catch (OutOfResourcesException ex) {
/frameworks/base/config/
Dpreloaded-classes3847 android.view.Surface$OutOfResourcesException
Dboot-image-profile.txt36557 Landroid/view/Surface$OutOfResourcesException;
Dhiddenapi-greylist-max-o.txt79107 …/view/ViewRootImpl;->handleOutOfResourcesException(Landroid/view/Surface$OutOfResourcesException;)V
/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/non-updatable-api/
Dcurrent.txt15130 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception…
15131 ctor @Deprecated public SurfaceTexture.OutOfResourcesException();
15132 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String);
51264 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
51278 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
51279 ctor public Surface.OutOfResourcesException();
51280 ctor public Surface.OutOfResourcesException(String);
/frameworks/base/api/
Dcurrent.txt15130 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception…
15131 ctor @Deprecated public SurfaceTexture.OutOfResourcesException();
15132 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String);
51408 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
51422 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
51423 ctor public Surface.OutOfResourcesException();
51424 ctor public Surface.OutOfResourcesException(String);