/frameworks/base/graphics/java/android/graphics/ |
D | SurfaceTexture.java | 105 public static class OutOfResourcesException extends Exception { class in SurfaceTexture 106 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException 108 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException 425 throws Surface.OutOfResourcesException; in nativeInit()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EmulatorDisplayOverlay.java | 32 import android.view.Surface.OutOfResourcesException; 73 } catch (OutOfResourcesException e) { in EmulatorDisplayOverlay() 94 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
|
D | StrictModeFlash.java | 28 import android.view.Surface.OutOfResourcesException; 61 } catch (OutOfResourcesException e) { in StrictModeFlash() 83 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
|
D | BlackFrame.java | 22 import android.view.Surface.OutOfResourcesException; 42 SurfaceControl surfaceControl) throws OutOfResourcesException { in BlackSurface() 87 throws OutOfResourcesException { in BlackFrame()
|
D | Watermark.java | 32 import android.view.Surface.OutOfResourcesException; 126 } catch (OutOfResourcesException e) { in Watermark() 156 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
|
D | ScreenRotationAnimation.java | 50 import android.view.Surface.OutOfResourcesException; 276 } catch (OutOfResourcesException e) { in ScreenRotationAnimation() 466 } catch (OutOfResourcesException e) { in startAnimation()
|
D | WindowStateAnimator.java | 56 import android.view.Surface.OutOfResourcesException; 325 } catch (OutOfResourcesException e) { in createSurfaceLocked()
|
D | Dimmer.java | 202 } catch (Surface.OutOfResourcesException e) { in getDimState()
|
D | AccessibilityController.java | 89 import android.view.Surface.OutOfResourcesException; 1129 } catch (OutOfResourcesException oore) { in ViewportWindow() 1248 } catch (Surface.OutOfResourcesException oore) { in drawIfNeeded()
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 67 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture() 76 throws OutOfResourcesException; in nativeLockCanvas() 450 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas() 1007 public static class OutOfResourcesException extends RuntimeException { class in Surface 1008 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException 1010 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
|
D | ThreadedRenderer.java | 34 import android.view.Surface.OutOfResourcesException; 408 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize() 433 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded() 451 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
|
D | SurfaceControl.java | 64 import android.view.Surface.OutOfResourcesException; 103 throws OutOfResourcesException; in nativeCreate() 1541 throws OutOfResourcesException, IllegalArgumentException { in SurfaceControl() 1568 throw new OutOfResourcesException( in SurfaceControl()
|
D | ViewRootImpl.java | 171 import android.view.Surface.OutOfResourcesException; 3213 } catch (OutOfResourcesException e) { in performTraversals() 3251 } catch (OutOfResourcesException e) { in performTraversals() 3902 } catch (OutOfResourcesException e) { in dispatchFocusEvent() 4023 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException() 4807 } catch (OutOfResourcesException e) { in draw() 4860 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 54 static const char* const OutOfResourcesException = "android/view/Surface$OutOfResourcesException"; variable 158 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture() 216 OutOfResourcesException : IllegalArgumentException; in nativeLockCanvas()
|
D | android_graphics_SurfaceTexture.cpp | 48 static const char* const OutOfResourcesException = variable 255 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
|
D | android_view_SurfaceControl.cpp | 78 static const char* const OutOfResourcesException = variable 431 jniThrowException(env, OutOfResourcesException, statusToString(err).c_str()); in nativeCreate()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 39 import android.view.Surface.OutOfResourcesException; 589 } catch (OutOfResourcesException ex) {
|
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
D | MirrorSurfaceActivity.java | 335 } catch (IllegalArgumentException | Surface.OutOfResourcesException e) { in drawBorder()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | ScreenRotationAnimation.java | 198 } catch (Surface.OutOfResourcesException e) { in ScreenRotationAnimation()
|
/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/core/api/ |
D | current.txt | 15605 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception… 15606 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(); 15607 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String); 49267 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException; 49287 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException { 49288 ctor public Surface.OutOfResourcesException(); 49289 ctor public Surface.OutOfResourcesException(String);
|
/frameworks/base/boot/ |
D | preloaded-classes | 8162 android.view.Surface$OutOfResourcesException
|
D | boot-image-profile.txt | 30707 Landroid/view/Surface$OutOfResourcesException;
|
/frameworks/base/config/ |
D | preloaded-classes | 8193 android.view.Surface$OutOfResourcesException
|
D | boot-image-profile.txt | 40702 Landroid/view/Surface$OutOfResourcesException;
|