/frameworks/base/graphics/java/android/graphics/ |
D | SurfaceTexture.java | 97 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/ |
D | StrictModeFlash.java | 29 import android.view.Surface.OutOfResourcesException; 54 } catch (OutOfResourcesException e) { in StrictModeFlash() 73 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
|
D | EmulatorDisplayOverlay.java | 34 import android.view.Surface.OutOfResourcesException; 73 } catch (OutOfResourcesException e) { in EmulatorDisplayOverlay() 92 } catch (OutOfResourcesException e) { in drawIfNeeded()
|
D | CircularDisplayMask.java | 35 import android.view.Surface.OutOfResourcesException; 83 } catch (OutOfResourcesException e) { in CircularDisplayMask() 105 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
|
D | Watermark.java | 32 import android.view.Surface.OutOfResourcesException; 124 } catch (OutOfResourcesException e) { in Watermark() 149 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
|
D | BlackFrame.java | 32 import android.view.Surface.OutOfResourcesException; 47 throws OutOfResourcesException { in BlackSurface() 122 boolean forceDefaultOrientation) throws OutOfResourcesException { in BlackFrame()
|
D | SurfaceControlWithBackground.java | 25 import android.view.Surface.OutOfResourcesException; 71 WindowSurfaceController windowSurfaceController) throws OutOfResourcesException { in SurfaceControlWithBackground()
|
D | ScreenRotationAnimation.java | 37 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()
|
D | WindowSurfaceController.java | 40 import android.view.Surface.OutOfResourcesException; 578 throws OutOfResourcesException { in SurfaceTrace()
|
D | AccessibilityController.java | 53 import android.view.Surface.OutOfResourcesException; 711 } catch (OutOfResourcesException oore) { in ViewportWindow() 823 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
|
D | WindowSurfacePlacer.java | 752 } catch (Surface.OutOfResourcesException e) { in createThumbnailAppAnimator()
|
D | WindowStateAnimator.java | 62 import android.view.Surface.OutOfResourcesException; 708 } catch (OutOfResourcesException e) { in createSurfaceLocked()
|
D | WindowManagerService.java | 205 import android.view.Surface.OutOfResourcesException; 4701 } catch (OutOfResourcesException e) { in prepareDragSurface()
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 54 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
|
D | SurfaceControl.java | 28 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()
|
D | ThreadedRenderer.java | 35 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()
|
D | ViewRootImpl.java | 77 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/ |
D | android_view_Surface.cpp | 61 static const char* const OutOfResourcesException = variable 257 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture() 326 OutOfResourcesException : in nativeLockCanvas()
|
D | android_view_SurfaceControl.cpp | 49 static const char* const OutOfResourcesException = variable 110 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreate()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 46 static const char* const OutOfResourcesException = variable 279 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 41 import android.view.Surface.OutOfResourcesException; 591 } catch (OutOfResourcesException ex) {
|
/frameworks/base/config/ |
D | preloaded-classes | 2367 android.view.Surface$OutOfResourcesException
|
D | compiled-classes-phone | 4509 android.view.Surface$OutOfResourcesException
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 11524 …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/ |
D | current.txt | 13826 …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);
|