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

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java23 import android.view.Surface.OutOfResourcesException;
224 abstract boolean initialize(Surface surface) throws OutOfResourcesException;
231 abstract void updateSurface(Surface surface) throws OutOfResourcesException;
384 throws OutOfResourcesException {
H A DSurface.java41 throws OutOfResourcesException;
45 throws OutOfResourcesException;
136 * @throws OutOfResourcesException if the surface could not be created.
251 * @throws OutOfResourcesException If the canvas cannot be locked.
254 throws Surface.OutOfResourcesException, IllegalArgumentException {
494 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
495 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
497 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException
H A DSurfaceControl.java25 import android.view.Surface.OutOfResourcesException;
36 throws OutOfResourcesException;
265 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
269 throws OutOfResourcesException {
289 throw new OutOfResourcesException(
H A DThreadedRenderer.java35 import android.view.Surface.OutOfResourcesException;
144 boolean initialize(Surface surface) throws OutOfResourcesException {
153 void updateSurface(Surface surface) throws OutOfResourcesException {
H A DViewRootImpl.java60 import android.view.Surface.OutOfResourcesException;
1647 } catch (OutOfResourcesException e) {
1677 } catch (OutOfResourcesException e) {
1999 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) {
2000 Log.e(TAG, "OutOfResourcesException initializing HW surface", e);
2547 } catch (OutOfResourcesException e) {
2594 } catch (Surface.OutOfResourcesException e) {
3258 } catch (OutOfResourcesException e) {
3259 Log.e(TAG, "OutOfResourcesException locking surface", e);
/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.
375 throws Surface.OutOfResourcesException;
/frameworks/base/services/core/java/com/android/server/wm/
H A DEmulatorDisplayOverlay.java31 import android.view.Surface.OutOfResourcesException;
70 } catch (OutOfResourcesException e) {
89 } catch (OutOfResourcesException e) {
H A DStrictModeFlash.java26 import android.view.Surface.OutOfResourcesException;
51 } catch (OutOfResourcesException e) {
70 } catch (Surface.OutOfResourcesException e) {
H A DCircularDisplayMask.java31 import android.view.Surface.OutOfResourcesException;
79 } catch (OutOfResourcesException e) {
100 } catch (Surface.OutOfResourcesException e) {
H A DFocusedStackFrame.java29 import android.view.Surface.OutOfResourcesException;
60 } catch (OutOfResourcesException e) {
73 } catch (Surface.OutOfResourcesException e) {
H A DBlackFrame.java25 import android.view.Surface.OutOfResourcesException;
40 throws OutOfResourcesException {
116 boolean forceDefaultOrientation) throws OutOfResourcesException {
H A DWatermark.java30 import android.view.Surface.OutOfResourcesException;
122 } catch (OutOfResourcesException e) {
147 } catch (Surface.OutOfResourcesException e) {
H A DScreenRotationAnimation.java30 import android.view.Surface.OutOfResourcesException;
272 } catch (OutOfResourcesException e) {
557 } catch (OutOfResourcesException e) {
597 } catch (OutOfResourcesException e) {
619 } catch (OutOfResourcesException e) {
H A DAccessibilityController.java45 import android.view.Surface.OutOfResourcesException;
641 } catch (OutOfResourcesException oore) {
753 } catch (Surface.OutOfResourcesException oore) {
H A DWindowStateAnimator.java49 import android.view.Surface.OutOfResourcesException;
568 throws OutOfResourcesException {
878 } catch (OutOfResourcesException e) {
880 Slog.w(TAG, "OutOfResourcesException creating surface");
H A DWindowManagerService.java126 import android.view.Surface.OutOfResourcesException;
7406 } catch (OutOfResourcesException e) {
9337 } catch (OutOfResourcesException 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";
151 jniThrowException(env, OutOfResourcesException, NULL);
219 OutOfResourcesException :
H A Dandroid_view_SurfaceControl.cpp51 static const char* const OutOfResourcesException = member in namespace:android
52 "android/view/Surface$OutOfResourcesException";
100 jniThrowException(env, OutOfResourcesException, NULL);
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp39 static const char* const OutOfResourcesException = member in namespace:android
40 "android/view/Surface$OutOfResourcesException";
252 jniThrowException(env, OutOfResourcesException,
/frameworks/base/services/core/java/com/android/server/display/
H A DColorFade.java43 import android.view.Surface.OutOfResourcesException;
568 } catch (OutOfResourcesException ex) {

Completed in 737 milliseconds