/frameworks/base/graphics/java/android/graphics/ |
D | SurfaceTexture.java | 102 public static class OutOfResourcesException extends Exception { class in SurfaceTexture 103 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException 105 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException 407 throws Surface.OutOfResourcesException; in nativeInit()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | StrictModeFlash.java | 27 import android.view.Surface.OutOfResourcesException; 52 } catch (OutOfResourcesException e) { in StrictModeFlash() 71 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
|
D | EmulatorDisplayOverlay.java | 32 import android.view.Surface.OutOfResourcesException; 67 } catch (OutOfResourcesException e) { in EmulatorDisplayOverlay() 86 } catch (OutOfResourcesException e) { in drawIfNeeded()
|
D | CircularDisplayMask.java | 34 import android.view.Surface.OutOfResourcesException; 81 } catch (OutOfResourcesException e) { in CircularDisplayMask() 103 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
|
D | Watermark.java | 33 import android.view.Surface.OutOfResourcesException; 126 } catch (OutOfResourcesException e) { in Watermark() 151 } catch (Surface.OutOfResourcesException e) { in drawIfNeeded()
|
D | BlackFrame.java | 26 import android.view.Surface.OutOfResourcesException; 42 int l, int t, int r, int b, DisplayContent dc) throws OutOfResourcesException { in BlackSurface() 117 throws OutOfResourcesException { in BlackFrame()
|
D | ScreenRotationAnimation.java | 36 import android.view.Surface.OutOfResourcesException; 300 } catch (OutOfResourcesException e) { in ScreenRotationAnimation() 564 } catch (OutOfResourcesException e) { in startAnimation() 595 } catch (OutOfResourcesException e) { in startAnimation() 607 } catch (OutOfResourcesException e) { in startAnimation()
|
D | Dimmer.java | 194 } catch (Surface.OutOfResourcesException e) { in getDimState()
|
D | AccessibilityController.java | 55 import android.view.Surface.OutOfResourcesException; 776 } catch (OutOfResourcesException oore) { in ViewportWindow() 887 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
|
D | WindowStateAnimator.java | 61 import android.view.Surface.OutOfResourcesException; 507 } catch (OutOfResourcesException e) { in createSurfaceLocked()
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 59 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture() 66 throws OutOfResourcesException; in nativeLockCanvas() 363 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas() 847 public static class OutOfResourcesException extends RuntimeException { class in Surface 848 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException 850 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
|
D | ThreadedRenderer.java | 31 import android.view.Surface.OutOfResourcesException; 381 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize() 406 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded() 424 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
|
D | SurfaceControl.java | 54 import android.view.Surface.OutOfResourcesException; 82 throws OutOfResourcesException; in nativeCreate() 762 throws OutOfResourcesException, IllegalArgumentException { in SurfaceControl() 797 throw new OutOfResourcesException( in SurfaceControl()
|
D | ViewRootImpl.java | 89 import android.view.Surface.OutOfResourcesException; 2403 } catch (OutOfResourcesException e) { in performTraversals() 2442 } catch (OutOfResourcesException e) { in performTraversals() 2911 } catch (OutOfResourcesException e) { in handleWindowFocusChanged() 3064 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException() 3785 } catch (OutOfResourcesException e) { in draw() 3838 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 61 static const char* const OutOfResourcesException = variable 179 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture() 252 OutOfResourcesException : in nativeLockCanvas()
|
D | android_view_SurfaceControl.cpp | 53 static const char* const OutOfResourcesException = variable 206 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreate()
|
/frameworks/base/core/jni/android/graphics/ |
D | SurfaceTexture.cpp | 47 static const char* const OutOfResourcesException = variable 280 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 35 import android.view.Surface.OutOfResourcesException; 597 } catch (OutOfResourcesException ex) {
|
/frameworks/base/config/ |
D | preloaded-classes | 3847 android.view.Surface$OutOfResourcesException
|
D | boot-image-profile.txt | 36557 Landroid/view/Surface$OutOfResourcesException;
|
D | hiddenapi-greylist-max-o.txt | 79107 …/view/ViewRootImpl;->handleOutOfResourcesException(Landroid/view/Surface$OutOfResourcesException;)V
|
/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/non-updatable-api/ |
D | current.txt | 15130 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception… 15131 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(); 15132 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String); 51264 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException; 51278 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException { 51279 ctor public Surface.OutOfResourcesException(); 51280 ctor public Surface.OutOfResourcesException(String);
|
/frameworks/base/api/ |
D | current.txt | 15130 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception… 15131 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(); 15132 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String); 51408 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException; 51422 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException { 51423 ctor public Surface.OutOfResourcesException(); 51424 ctor public Surface.OutOfResourcesException(String);
|