/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A 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()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EmulatorDisplayOverlay.java | 32 import android.view.Surface.OutOfResourcesException; 73 } catch (OutOfResourcesException e) { in EmulatorDisplayOverlay() 94 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
|
H A D | StrictModeFlash.java | 28 import android.view.Surface.OutOfResourcesException; 61 } catch (OutOfResourcesException e) { in StrictModeFlash() 83 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
|
H A D | BlackFrame.java | 22 import android.view.Surface.OutOfResourcesException; 42 SurfaceControl surfaceControl) throws OutOfResourcesException { in BlackSurface() 87 throws OutOfResourcesException { in BlackFrame()
|
H A D | Watermark.java | 32 import android.view.Surface.OutOfResourcesException; 126 } catch (OutOfResourcesException e) { in Watermark() 156 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
|
H A D | ScreenRotationAnimation.java | 50 import android.view.Surface.OutOfResourcesException; 278 } catch (OutOfResourcesException e) { in ScreenRotationAnimation() 467 } catch (OutOfResourcesException e) { in startAnimation()
|
H A D | WindowStateAnimator.java | 55 import android.view.Surface.OutOfResourcesException; 324 } catch (OutOfResourcesException e) { in createSurfaceLocked()
|
H A D | Dimmer.java | 209 } catch (Surface.OutOfResourcesException e) { in getDimState()
|
H A D | AccessibilityController.java | 91 import android.view.Surface.OutOfResourcesException; 1183 } catch (OutOfResourcesException oore) { in ViewportWindow() 1316 } catch (IllegalArgumentException | OutOfResourcesException e) { in drawIfNeeded()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | Surface.java | 67 throws OutOfResourcesException; in nativeCreateFromSurfaceTexture() 76 throws OutOfResourcesException; in nativeLockCanvas() 463 throws Surface.OutOfResourcesException, IllegalArgumentException { in lockCanvas() 1048 public static class OutOfResourcesException extends RuntimeException { class in Surface 1049 public OutOfResourcesException() { in OutOfResourcesException() method in Surface.OutOfResourcesException 1051 public OutOfResourcesException(String name) { in OutOfResourcesException() method in Surface.OutOfResourcesException
|
H A 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()
|
H A D | SurfaceControl.java | 78 import android.view.Surface.OutOfResourcesException; 115 throws OutOfResourcesException; in nativeCreate() 1215 throws OutOfResourcesException, IllegalArgumentException { in SurfaceControl() 1243 throw new OutOfResourcesException( in SurfaceControl()
|
H A D | ViewRootImpl.java | 174 import android.view.Surface.OutOfResourcesException; 3519 } catch (OutOfResourcesException e) { in performTraversals() 3557 } catch (OutOfResourcesException e) { in performTraversals() 4231 } catch (OutOfResourcesException e) { in dispatchFocusEvent() 4360 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) { in handleOutOfResourcesException() 5162 } catch (OutOfResourcesException e) { in draw() 5198 } catch (Surface.OutOfResourcesException e) { in drawSoftware()
|
/aosp14/frameworks/base/core/jni/ |
H A 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()
|
H A D | android_graphics_SurfaceTexture.cpp | 48 static const char* const OutOfResourcesException = variable 255 jniThrowException(env, OutOfResourcesException, in SurfaceTexture_init()
|
H A D | android_view_SurfaceControl.cpp | 80 static const char* const OutOfResourcesException = variable 441 jniThrowException(env, OutOfResourcesException, statusToString(err).c_str()); in nativeCreate()
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/ |
H A D | ColorFade.java | 38 import android.view.Surface.OutOfResourcesException; 590 } catch (OutOfResourcesException ex) {
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 194 } catch (Surface.OutOfResourcesException e) { in ScreenRotationAnimation()
|
/aosp14/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
H A D | MirrorSurfaceActivity.java | 335 } catch (IllegalArgumentException | Surface.OutOfResourcesException e) { in drawBorder()
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 16662 …@Deprecated public static class SurfaceTexture.OutOfResourcesException extends java.lang.Exception… 16663 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(); 16664 ctor @Deprecated public SurfaceTexture.OutOfResourcesException(String); 51728 …hics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException; 51748 public static class Surface.OutOfResourcesException extends java.lang.RuntimeException { 51749 ctor public Surface.OutOfResourcesException(); 51750 ctor public Surface.OutOfResourcesException(String);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 8670 android.view.Surface$OutOfResourcesException
|
H A D | boot-image-profile.txt | 31468 Landroid/view/Surface$OutOfResourcesException;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 8701 android.view.Surface$OutOfResourcesException
|
H A D | boot-image-profile.txt | 41602 Landroid/view/Surface$OutOfResourcesException;
|