Searched refs:OutOfResourcesException (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java90 * @deprecated No longer thrown. {@link android.view.Surface.OutOfResourcesException}
95 public static class OutOfResourcesException extends Exception { class in class:SurfaceTexture
96 public OutOfResourcesException() { method in class:SurfaceTexture.OutOfResourcesException
98 public OutOfResourcesException(String name) { method in class:SurfaceTexture.OutOfResourcesException
108 * @throws Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
129 * @throws Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
155 * @throws Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
383 throws Surface.OutOfResourcesException;
/frameworks/base/services/core/java/com/android/server/wm/
H A DStrictModeFlash.java29 import android.view.Surface.OutOfResourcesException;
54 } catch (OutOfResourcesException e) {
73 } catch (Surface.OutOfResourcesException e) {
H A DCircularDisplayMask.java35 import android.view.Surface.OutOfResourcesException;
83 } catch (OutOfResourcesException e) {
105 } catch (Surface.OutOfResourcesException e) {
H A DEmulatorDisplayOverlay.java34 import android.view.Surface.OutOfResourcesException;
73 } catch (OutOfResourcesException e) {
92 } catch (OutOfResourcesException e) {
H A DBlackFrame.java32 import android.view.Surface.OutOfResourcesException;
47 throws OutOfResourcesException {
122 boolean forceDefaultOrientation) throws OutOfResourcesException {
H A DWatermark.java32 import android.view.Surface.OutOfResourcesException;
124 } catch (OutOfResourcesException e) {
149 } catch (Surface.OutOfResourcesException e) {
H A DScreenRotationAnimation.java37 import android.view.Surface.OutOfResourcesException;
288 } catch (OutOfResourcesException e) {
566 } catch (OutOfResourcesException e) {
606 } catch (OutOfResourcesException e) {
628 } catch (OutOfResourcesException e) {
H A DWindowSurfaceController.java40 import android.view.Surface.OutOfResourcesException;
531 throws OutOfResourcesException {
769 throws OutOfResourcesException {
H A DAccessibilityController.java50 import android.view.Surface.OutOfResourcesException;
677 } catch (OutOfResourcesException oore) {
789 } catch (Surface.OutOfResourcesException oore) {
H A DWindowStateAnimator.java60 import android.view.Surface.OutOfResourcesException;
763 } catch (OutOfResourcesException e) {
764 Slog.w(TAG, "OutOfResourcesException creating surface");
H A DWindowSurfacePlacer.java1689 } catch (Surface.OutOfResourcesException e) {
H A DWindowManagerService.java110 import android.view.Surface.OutOfResourcesException;
7711 } catch (OutOfResourcesException e) {
/frameworks/base/core/java/android/view/
H A DSurface.java41 throws OutOfResourcesException;
45 throws OutOfResourcesException;
154 * @throws OutOfResourcesException if the surface could not be created.
281 * @throws OutOfResourcesException If the canvas cannot be locked.
284 throws Surface.OutOfResourcesException, IllegalArgumentException {
537 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
538 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
540 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException
H A DSurfaceControl.java25 import android.view.Surface.OutOfResourcesException;
36 throws OutOfResourcesException;
274 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
278 throws OutOfResourcesException {
298 throw new OutOfResourcesException(
H A DThreadedRenderer.java35 import android.view.Surface.OutOfResourcesException;
429 boolean initialize(Surface surface) throws OutOfResourcesException {
454 Surface surface, Rect surfaceInsets) throws OutOfResourcesException {
472 void updateSurface(Surface surface) throws OutOfResourcesException {
H A DViewRootImpl.java71 import android.view.Surface.OutOfResourcesException;
1855 } catch (OutOfResourcesException e) {
1894 } catch (OutOfResourcesException e) {
2255 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) {
2256 Log.e(mTag, "OutOfResourcesException initializing HW surface", e);
2813 } catch (OutOfResourcesException e) {
2860 } catch (Surface.OutOfResourcesException e) {
3573 } catch (OutOfResourcesException e) {
3574 Log.e(mTag, "OutOfResourcesException locking surface", e);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp59 static const char* const OutOfResourcesException = member in namespace:android
60 "android/view/Surface$OutOfResourcesException";
247 jniThrowException(env, OutOfResourcesException, NULL);
315 OutOfResourcesException :
H A Dandroid_view_SurfaceControl.cpp46 static const char* const OutOfResourcesException = member in namespace:android
47 "android/view/Surface$OutOfResourcesException";
101 jniThrowException(env, OutOfResourcesException, NULL);
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp43 static const char* const OutOfResourcesException = member in namespace:android
44 "android/view/Surface$OutOfResourcesException";
276 jniThrowException(env, OutOfResourcesException,
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java41 import android.view.Surface.OutOfResourcesException;
586 } catch (OutOfResourcesException ex) {
/frameworks/base/
H A Dcompiled-classes-phone4359 android.view.Surface$OutOfResourcesException

Completed in 239 milliseconds