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.java95 public static class OutOfResourcesException extends Exception { class in SurfaceTexture
96 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
98 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
383 throws Surface.OutOfResourcesException; in nativeInit()
/frameworks/base/core/java/android/view/
DSurface.java41 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture()
45 throws OutOfResourcesException; in nativeLockCanvas()
284 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas()
537 public static class OutOfResourcesException extends RuntimeException { class in Surface
538 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException
540 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
DSurfaceControl.java25 import android.view.Surface.OutOfResourcesException;
36 throws OutOfResourcesException; in nativeCreate()
278 throws OutOfResourcesException { in SurfaceControl()
298 throw new OutOfResourcesException( in SurfaceControl()
DThreadedRenderer.java35 import android.view.Surface.OutOfResourcesException;
429 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize()
454 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
472 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
DViewRootImpl.java71 import android.view.Surface.OutOfResourcesException;
1855 } catch (OutOfResourcesException e) { in performTraversals()
1894 } catch (OutOfResourcesException e) { in performTraversals()
2255 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException()
2813 } catch (OutOfResourcesException e) { in draw()
2860 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
3573 } catch (OutOfResourcesException e) { in handleMessage()
/frameworks/base/services/core/java/com/android/server/wm/
DStrictModeFlash.java29 import android.view.Surface.OutOfResourcesException;
54 } catch (OutOfResourcesException e) { in StrictModeFlash()
73 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DEmulatorDisplayOverlay.java34 import android.view.Surface.OutOfResourcesException;
73 } catch (OutOfResourcesException e) { in EmulatorDisplayOverlay()
92 } catch (OutOfResourcesException e) { in drawIfNeeded()
DCircularDisplayMask.java35 import android.view.Surface.OutOfResourcesException;
83 } catch (OutOfResourcesException e) { in CircularDisplayMask()
105 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DWatermark.java32 import android.view.Surface.OutOfResourcesException;
124 } catch (OutOfResourcesException e) { in Watermark()
149 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DBlackFrame.java32 import android.view.Surface.OutOfResourcesException;
47 throws OutOfResourcesException { in BlackSurface()
122 boolean forceDefaultOrientation) throws OutOfResourcesException { in BlackFrame()
DScreenRotationAnimation.java37 import android.view.Surface.OutOfResourcesException;
288 } catch (OutOfResourcesException e) { in ScreenRotationAnimation()
566 } catch (OutOfResourcesException e) { in startAnimation()
606 } catch (OutOfResourcesException e) { in startAnimation()
628 } catch (OutOfResourcesException e) { in startAnimation()
DWindowSurfaceController.java40 import android.view.Surface.OutOfResourcesException;
531 throws OutOfResourcesException { in SurfaceTrace()
769 throws OutOfResourcesException { in SurfaceControlWithBackground()
DAccessibilityController.java50 import android.view.Surface.OutOfResourcesException;
677 } catch (OutOfResourcesException oore) { in ViewportWindow()
789 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
DWindowStateAnimator.java60 import android.view.Surface.OutOfResourcesException;
763 } catch (OutOfResourcesException e) { in createSurfaceLocked()
DWindowSurfacePlacer.java1689 } catch (Surface.OutOfResourcesException e) { in createThumbnailAppAnimator()
DWindowManagerService.java110 import android.view.Surface.OutOfResourcesException;
7711 } catch (OutOfResourcesException e) { in prepareDragSurface()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp59 static const char* const OutOfResourcesException = variable
247 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture()
315 OutOfResourcesException : in nativeLockCanvas()
Dandroid_view_SurfaceControl.cpp46 static const char* const OutOfResourcesException = variable
101 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreate()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp43 static const char* const OutOfResourcesException = variable
276 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java41 import android.view.Surface.OutOfResourcesException;
586 } catch (OutOfResourcesException ex) {
/frameworks/base/
Dpreloaded-classes2145 android.view.Surface$OutOfResourcesException
Dcompiled-classes-phone4359 android.view.Surface$OutOfResourcesException
/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/api/
Dcurrent.txt12563 …public static deprecated class SurfaceTexture.OutOfResourcesException extends java.lang.Exception {
12564 ctor public SurfaceTexture.OutOfResourcesException();
12565 ctor public SurfaceTexture.OutOfResourcesException(java.lang.String);
42010 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
42024 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
42025 ctor public Surface.OutOfResourcesException();
42026 ctor public Surface.OutOfResourcesException(java.lang.String);
Dsystem-current.txt13002 …public static deprecated class SurfaceTexture.OutOfResourcesException extends java.lang.Exception {
13003 ctor public SurfaceTexture.OutOfResourcesException();
13004 ctor public SurfaceTexture.OutOfResourcesException(java.lang.String);
45010 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
45024 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
45025 ctor public Surface.OutOfResourcesException();
45026 ctor public Surface.OutOfResourcesException(java.lang.String);

12