Home
last modified time | relevance | path

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

/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/
DHardwareRenderer.java22 import android.view.Surface.OutOfResourcesException;
223 abstract boolean initialize(Surface surface) throws OutOfResourcesException; in initialize()
230 abstract void updateSurface(Surface surface) throws OutOfResourcesException; in updateSurface()
384 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
DSurface.java41 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture()
45 throws OutOfResourcesException; in nativeLockCanvas()
254 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas()
493 public static class OutOfResourcesException extends RuntimeException { class in Surface
494 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException
496 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
DSurfaceControl.java25 import android.view.Surface.OutOfResourcesException;
36 throws OutOfResourcesException; in nativeCreate()
269 throws OutOfResourcesException { in SurfaceControl()
289 throw new OutOfResourcesException( in SurfaceControl()
DThreadedRenderer.java33 import android.view.Surface.OutOfResourcesException;
147 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize()
155 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
DViewRootImpl.java61 import android.view.Surface.OutOfResourcesException;
1730 } catch (OutOfResourcesException e) { in performTraversals()
1760 } catch (OutOfResourcesException e) { in performTraversals()
2084 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException()
2632 } catch (OutOfResourcesException e) { in draw()
2679 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
3353 } catch (OutOfResourcesException e) { in handleMessage()
/frameworks/base/services/core/java/com/android/server/wm/
DStrictModeFlash.java26 import android.view.Surface.OutOfResourcesException;
51 } catch (OutOfResourcesException e) { in StrictModeFlash()
70 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DEmulatorDisplayOverlay.java30 import android.view.Surface.OutOfResourcesException;
69 } catch (OutOfResourcesException e) { in EmulatorDisplayOverlay()
88 } catch (OutOfResourcesException e) { in drawIfNeeded()
DCircularDisplayMask.java31 import android.view.Surface.OutOfResourcesException;
80 } catch (OutOfResourcesException e) { in CircularDisplayMask()
102 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DFocusedStackFrame.java29 import android.view.Surface.OutOfResourcesException;
63 } catch (OutOfResourcesException e) { in FocusedStackFrame()
88 } catch (Surface.OutOfResourcesException e) { in draw()
DWatermark.java30 import android.view.Surface.OutOfResourcesException;
122 } catch (OutOfResourcesException e) { in Watermark()
147 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
DBlackFrame.java25 import android.view.Surface.OutOfResourcesException;
40 throws OutOfResourcesException { in BlackSurface()
116 boolean forceDefaultOrientation) throws OutOfResourcesException { in BlackFrame()
DScreenRotationAnimation.java30 import android.view.Surface.OutOfResourcesException;
272 } catch (OutOfResourcesException e) { in ScreenRotationAnimation()
551 } catch (OutOfResourcesException e) { in startAnimation()
591 } catch (OutOfResourcesException e) { in startAnimation()
613 } catch (OutOfResourcesException e) { in startAnimation()
DAccessibilityController.java45 import android.view.Surface.OutOfResourcesException;
654 } catch (OutOfResourcesException oore) { in ViewportWindow()
766 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
DWindowStateAnimator.java47 import android.view.Surface.OutOfResourcesException;
569 throws OutOfResourcesException { in SurfaceTrace()
883 } catch (OutOfResourcesException e) { in createSurfaceLocked()
DWindowManagerService.java101 import android.view.Surface.OutOfResourcesException;
7530 } catch (OutOfResourcesException e) { in prepareDragSurface()
9559 } catch (OutOfResourcesException e) { in handleAppTransitionReadyLocked()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp59 static const char* const OutOfResourcesException = variable
242 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture()
310 OutOfResourcesException : in nativeLockCanvas()
Dandroid_view_SurfaceControl.cpp52 static const char* const OutOfResourcesException = variable
101 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreate()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp39 static const char* const OutOfResourcesException = variable
258 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java41 import android.view.Surface.OutOfResourcesException;
565 } catch (OutOfResourcesException ex) {
/frameworks/base/
Dpreloaded-classes1875 android.view.Surface$OutOfResourcesException
/frameworks/base/docs/html/
Dsitemap.txt1225 http://developer.android.com/reference/android/view/Surface.OutOfResourcesException.html
2700 http://developer.android.com/reference/android/graphics/SurfaceTexture.OutOfResourcesException.html
/frameworks/base/api/
Dcurrent.txt12085 …public static deprecated class SurfaceTexture.OutOfResourcesException extends java.lang.Exception {
12086 ctor public SurfaceTexture.OutOfResourcesException();
12087 ctor public SurfaceTexture.OutOfResourcesException(java.lang.String);
35737 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
35751 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
35752 ctor public Surface.OutOfResourcesException();
35753 ctor public Surface.OutOfResourcesException(java.lang.String);
Dsystem-current.txt12422 …public static deprecated class SurfaceTexture.OutOfResourcesException extends java.lang.Exception {
12423 ctor public SurfaceTexture.OutOfResourcesException();
12424 ctor public SurfaceTexture.OutOfResourcesException(java.lang.String);
38029 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
38043 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
38044 ctor public Surface.OutOfResourcesException();
38045 ctor public Surface.OutOfResourcesException(java.lang.String);