/frameworks/base/graphics/java/android/graphics/ |
D | SurfaceTexture.java | 95 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/ |
D | Surface.java | 41 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
|
D | SurfaceControl.java | 25 import android.view.Surface.OutOfResourcesException; 36 throws OutOfResourcesException; in nativeCreate() 278 throws OutOfResourcesException { in SurfaceControl() 298 throw new OutOfResourcesException( in SurfaceControl()
|
D | ThreadedRenderer.java | 35 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()
|
D | ViewRootImpl.java | 71 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/ |
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 | ScreenRotationAnimation.java | 37 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()
|
D | WindowSurfaceController.java | 40 import android.view.Surface.OutOfResourcesException; 531 throws OutOfResourcesException { in SurfaceTrace() 769 throws OutOfResourcesException { in SurfaceControlWithBackground()
|
D | AccessibilityController.java | 50 import android.view.Surface.OutOfResourcesException; 677 } catch (OutOfResourcesException oore) { in ViewportWindow() 789 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
|
D | WindowStateAnimator.java | 60 import android.view.Surface.OutOfResourcesException; 763 } catch (OutOfResourcesException e) { in createSurfaceLocked()
|
D | WindowSurfacePlacer.java | 1689 } catch (Surface.OutOfResourcesException e) { in createThumbnailAppAnimator()
|
D | WindowManagerService.java | 110 import android.view.Surface.OutOfResourcesException; 7711 } catch (OutOfResourcesException e) { in prepareDragSurface()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 59 static const char* const OutOfResourcesException = variable 247 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture() 315 OutOfResourcesException : in nativeLockCanvas()
|
D | android_view_SurfaceControl.cpp | 46 static const char* const OutOfResourcesException = variable 101 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreate()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 43 static const char* const OutOfResourcesException = variable 276 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 41 import android.view.Surface.OutOfResourcesException; 586 } catch (OutOfResourcesException ex) {
|
/frameworks/base/ |
D | preloaded-classes | 2145 android.view.Surface$OutOfResourcesException
|
D | compiled-classes-phone | 4359 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 | 12563 …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);
|
D | system-current.txt | 13002 …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);
|