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

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java86 * @deprecated No longer thrown. {@link Surface.OutOfResourcesException} is used instead.
90 public static class OutOfResourcesException extends Exception { class in class:SurfaceTexture
91 public OutOfResourcesException() { method in class:SurfaceTexture.OutOfResourcesException
93 public OutOfResourcesException(String name) { method in class:SurfaceTexture.OutOfResourcesException
103 * @throws OutOfResourcesException If the SurfaceTexture cannot be created.
124 * @throws throws OutOfResourcesException If the SurfaceTexture cannot be created.
318 private void init(int texName, boolean singleBufferMode) throws Surface.OutOfResourcesException {
331 throws Surface.OutOfResourcesException;
/frameworks/base/services/java/com/android/server/wm/
H A DStrictModeFlash.java26 import android.view.Surface.OutOfResourcesException;
51 } catch (OutOfResourcesException e) {
70 } 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;
266 } catch (OutOfResourcesException e) {
551 } catch (OutOfResourcesException e) {
591 } catch (OutOfResourcesException e) {
613 } catch (OutOfResourcesException e) {
H A DDisplayMagnifier.java45 import android.view.Surface.OutOfResourcesException;
499 } catch (OutOfResourcesException oore) {
632 } catch (Surface.OutOfResourcesException oore) {
H A DWindowStateAnimator.java32 import android.view.Surface.OutOfResourcesException;
494 throws OutOfResourcesException {
704 } catch (OutOfResourcesException e) {
706 Slog.w(TAG, "OutOfResourcesException creating surface");
H A DWindowManagerService.java120 import android.view.Surface.OutOfResourcesException;
6837 } catch (OutOfResourcesException e) {
8640 } catch (OutOfResourcesException e) {
/frameworks/base/core/java/android/view/
H A DSurface.java36 throws OutOfResourcesException;
40 throws OutOfResourcesException;
119 * @throws OutOfResourcesException if the surface could not be created.
230 * @throws OutOfResourcesException If the canvas cannot be locked.
233 throws Surface.OutOfResourcesException, IllegalArgumentException {
417 public static class OutOfResourcesException extends RuntimeException { class in class:Surface
418 public OutOfResourcesException() { method in class:Surface.OutOfResourcesException
420 public OutOfResourcesException(String name) { method in class:Surface.OutOfResourcesException
H A DSurfaceControl.java27 import android.view.Surface.OutOfResourcesException;
38 throws OutOfResourcesException;
214 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
218 throws OutOfResourcesException {
240 throw new OutOfResourcesException(
H A DHardwareRenderer.java37 import android.view.Surface.OutOfResourcesException;
275 abstract boolean initialize(Surface surface) throws OutOfResourcesException;
282 abstract void updateSurface(Surface surface) throws OutOfResourcesException;
601 throws OutOfResourcesException {
1055 boolean initialize(Surface surface) throws OutOfResourcesException {
1085 void updateSurface(Surface surface) throws OutOfResourcesException {
1221 GL createEglSurface(Surface surface) throws OutOfResourcesException {
H A DViewRootImpl.java71 import android.view.Surface.OutOfResourcesException;
1552 } catch (OutOfResourcesException e) {
1579 } catch (OutOfResourcesException e) {
1900 private void handleOutOfResourcesException(Surface.OutOfResourcesException e) {
1901 Log.e(TAG, "OutOfResourcesException initializing HW surface", e);
2399 } catch (OutOfResourcesException e) {
2446 } catch (Surface.OutOfResourcesException e) {
3114 } catch (OutOfResourcesException e) {
3115 Log.e(TAG, "OutOfResourcesException locking surface", e);
/frameworks/base/core/jni/
H A Dandroid_view_Surface.cpp53 static const char* const OutOfResourcesException = member in namespace:android
54 "android/view/Surface$OutOfResourcesException";
148 jniThrowException(env, OutOfResourcesException, NULL);
224 OutOfResourcesException :
H A Dandroid_view_SurfaceControl.cpp48 static const char* const OutOfResourcesException = member in namespace:android
49 "android/view/Surface$OutOfResourcesException";
132 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";
241 jniThrowException(env, OutOfResourcesException,
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java38 import android.view.Surface.OutOfResourcesException;
519 } catch (OutOfResourcesException ex) {

Completed in 660 milliseconds