Home
last modified time | relevance | path

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

12

/frameworks/base/graphics/java/android/graphics/
DSurfaceTexture.java97 public static class OutOfResourcesException extends Exception { class in SurfaceTexture
98 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
100 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException
397 throws Surface.OutOfResourcesException; in nativeInit()
/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()
DSurfaceControlWithBackground.java25 import android.view.Surface.OutOfResourcesException;
71 WindowSurfaceController windowSurfaceController) throws OutOfResourcesException { in SurfaceControlWithBackground()
DScreenRotationAnimation.java37 import android.view.Surface.OutOfResourcesException;
291 } catch (OutOfResourcesException e) { in ScreenRotationAnimation()
569 } catch (OutOfResourcesException e) { in startAnimation()
609 } catch (OutOfResourcesException e) { in startAnimation()
631 } catch (OutOfResourcesException e) { in startAnimation()
DWindowSurfaceController.java40 import android.view.Surface.OutOfResourcesException;
578 throws OutOfResourcesException { in SurfaceTrace()
DAccessibilityController.java53 import android.view.Surface.OutOfResourcesException;
711 } catch (OutOfResourcesException oore) { in ViewportWindow()
823 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
DWindowSurfacePlacer.java752 } catch (Surface.OutOfResourcesException e) { in createThumbnailAppAnimator()
DWindowStateAnimator.java62 import android.view.Surface.OutOfResourcesException;
708 } catch (OutOfResourcesException e) { in createSurfaceLocked()
DWindowManagerService.java205 import android.view.Surface.OutOfResourcesException;
4701 } catch (OutOfResourcesException e) { in prepareDragSurface()
/frameworks/base/core/java/android/view/
DSurface.java54 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture()
60 throws OutOfResourcesException; in nativeLockCanvas()
308 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas()
734 public static class OutOfResourcesException extends RuntimeException { class in Surface
735 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException
737 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
DSurfaceControl.java28 import android.view.Surface.OutOfResourcesException;
41 throws OutOfResourcesException; in nativeCreate()
311 throws OutOfResourcesException { in SurfaceControl()
317 throws OutOfResourcesException { in SurfaceControl()
323 throws OutOfResourcesException { in SurfaceControl()
344 throw new OutOfResourcesException( in SurfaceControl()
DThreadedRenderer.java35 import android.view.Surface.OutOfResourcesException;
449 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize()
474 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded()
492 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
DViewRootImpl.java77 import android.view.Surface.OutOfResourcesException;
2002 } catch (OutOfResourcesException e) { in performTraversals()
2041 } catch (OutOfResourcesException e) { in performTraversals()
2403 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException()
3009 } catch (OutOfResourcesException e) { in draw()
3056 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
3848 } catch (OutOfResourcesException e) { in handleMessage()
/frameworks/base/core/jni/
Dandroid_view_Surface.cpp61 static const char* const OutOfResourcesException = variable
257 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture()
326 OutOfResourcesException : in nativeLockCanvas()
Dandroid_view_SurfaceControl.cpp49 static const char* const OutOfResourcesException = variable
110 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreate()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp46 static const char* const OutOfResourcesException = variable
279 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
/frameworks/base/services/core/java/com/android/server/display/
DColorFade.java41 import android.view.Surface.OutOfResourcesException;
591 } catch (OutOfResourcesException ex) {
/frameworks/base/config/
Dpreloaded-classes2367 android.view.Surface$OutOfResourcesException
Dcompiled-classes-phone4509 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.txt13826 …public static deprecated class SurfaceTexture.OutOfResourcesException extends java.lang.Exception {
13827 ctor public SurfaceTexture.OutOfResourcesException();
13828 ctor public SurfaceTexture.OutOfResourcesException(java.lang.String);
45242 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
45256 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException {
45257 ctor public Surface.OutOfResourcesException();
45258 ctor public Surface.OutOfResourcesException(java.lang.String);

12