/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 | SmoothDimmer.java | 62 } catch (Surface.OutOfResourcesException e) { in DimState()
|
D | ScreenRotationAnimation.java | 51 import android.view.Surface.OutOfResourcesException; 292 } catch (OutOfResourcesException e) { in ScreenRotationAnimation() 481 } catch (OutOfResourcesException e) { in startAnimation()
|
D | WindowStateAnimator.java | 57 import android.view.Surface.OutOfResourcesException; 331 } catch (OutOfResourcesException e) { in createSurfaceLocked()
|
D | LegacyDimmer.java | 176 } catch (Surface.OutOfResourcesException e) { in obtainDimState()
|
D | AccessibilityController.java | 92 import android.view.Surface.OutOfResourcesException; 1282 } catch (OutOfResourcesException oore) { in ViewportWindow() 1449 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawOrRemoveIfNeeded()
|
/frameworks/base/graphics/java/android/graphics/ |
D | SurfaceTexture.java | 129 public static class OutOfResourcesException extends Exception { class in SurfaceTexture 130 public OutOfResourcesException() { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException 132 public OutOfResourcesException(String name) { in OutOfResourcesException() method in SurfaceTexture.OutOfResourcesException 520 throws Surface.OutOfResourcesException; in nativeInit()
|
/frameworks/base/core/java/android/view/ |
D | Surface.java | 69 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture() 78 throws OutOfResourcesException; in nativeLockCanvas() 536 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas() 1120 public static class OutOfResourcesException extends RuntimeException { class in Surface 1121 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException 1123 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
|
D | ThreadedRenderer.java | 34 import android.view.Surface.OutOfResourcesException; 406 boolean initialize(Surface surface) throws OutOfResourcesException { in initialize() 431 Surface surface, Rect surfaceInsets) throws OutOfResourcesException { in initializeIfNeeded() 449 void updateSurface(Surface surface) throws OutOfResourcesException { in updateSurface()
|
D | SurfaceControl.java | 71 import android.view.Surface.OutOfResourcesException; 109 throws OutOfResourcesException; in nativeCreate() 1290 throws OutOfResourcesException, IllegalArgumentException { in SurfaceControl() 1318 throw new OutOfResourcesException( in SurfaceControl()
|
D | ViewRootImpl.java | 223 import android.view.Surface.OutOfResourcesException; 3792 } catch (OutOfResourcesException e) { in performTraversals() 3830 } catch (OutOfResourcesException e) { in performTraversals() 4672 } catch (OutOfResourcesException e) { in dispatchFocusEvent() 4804 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException() 5682 } catch (OutOfResourcesException e) { in draw() 5718 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
|
/frameworks/base/core/jni/ |
D | android_view_Surface.cpp | 58 static const char* const OutOfResourcesException = "android/view/Surface$OutOfResourcesException"; variable 165 jniThrowException(env, OutOfResourcesException, NULL); in nativeCreateFromSurfaceTexture() 224 OutOfResourcesException : IllegalArgumentException; in nativeLockCanvas()
|
D | android_graphics_SurfaceTexture.cpp | 45 static const char* const OutOfResourcesException = variable 280 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
|
D | android_view_SurfaceControl.cpp | 80 static const char* const OutOfResourcesException = variable 510 jniThrowException(env, OutOfResourcesException, statusToString(err).c_str()); in nativeCreate()
|
/frameworks/base/services/core/java/com/android/server/display/ |
D | ColorFade.java | 38 import android.view.Surface.OutOfResourcesException; 626 } catch (OutOfResourcesException ex) {
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
D | ScreenRotationAnimation.java | 194 } catch (Surface.OutOfResourcesException e) { in ScreenRotationAnimation()
|
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
D | MirrorSurfaceActivity.java | 335 } catch (IllegalArgumentException | Surface.OutOfResourcesException e) { in drawBorder()
|
/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 | 17230 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception… 17231 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(); 17232 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String); 52217 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException; 52237 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException { 52238 ctor public Surface.OutOfResourcesException(); 52239 ctor public Surface.OutOfResourcesException(String);
|
/frameworks/base/boot/ |
D | preloaded-classes | 8886 android.view.Surface$OutOfResourcesException
|
D | boot-image-profile.txt | 31300 Landroid/view/Surface$OutOfResourcesException;
|
/frameworks/base/config/ |
D | preloaded-classes | 8917 android.view.Surface$OutOfResourcesException
|