HomeSort by relevance Sort by last modified time
    Searched refs:OutOfResourcesException (Results 1 - 25 of 38) sorted by null

1 2

  /cts/tests/tests/view/src/android/view/cts/
Surface_OutOfResourcesExceptionTest.java 21 import android.view.Surface.OutOfResourcesException;
27 new Surface.OutOfResourcesException();
28 new Surface.OutOfResourcesException(NAME);
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 90 * @deprecated No longer thrown. {@link android.view.Surface.OutOfResourcesException}
95 public static class OutOfResourcesException extends Exception {
96 public OutOfResourcesException() {
98 public OutOfResourcesException(String name) {
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/
StrictModeFlash.java 29 import android.view.Surface.OutOfResourcesException;
54 } catch (OutOfResourcesException e) {
73 } catch (Surface.OutOfResourcesException e) {
CircularDisplayMask.java 35 import android.view.Surface.OutOfResourcesException;
83 } catch (OutOfResourcesException e) {
105 } catch (Surface.OutOfResourcesException e) {
EmulatorDisplayOverlay.java 34 import android.view.Surface.OutOfResourcesException;
73 } catch (OutOfResourcesException e) {
92 } catch (OutOfResourcesException e) {
BlackFrame.java 32 import android.view.Surface.OutOfResourcesException;
47 throws OutOfResourcesException {
122 boolean forceDefaultOrientation) throws OutOfResourcesException {
Watermark.java 32 import android.view.Surface.OutOfResourcesException;
124 } catch (OutOfResourcesException e) {
149 } catch (Surface.OutOfResourcesException e) {
ScreenRotationAnimation.java 37 import android.view.Surface.OutOfResourcesException;
288 } catch (OutOfResourcesException e) {
566 } catch (OutOfResourcesException e) {
606 } catch (OutOfResourcesException e) {
628 } catch (OutOfResourcesException e) {
    [all...]
WindowSurfaceController.java 40 import android.view.Surface.OutOfResourcesException;
531 throws OutOfResourcesException {
769 throws OutOfResourcesException {
AccessibilityController.java 50 import android.view.Surface.OutOfResourcesException;
677 } catch (OutOfResourcesException oore) {
    [all...]
WindowStateAnimator.java 60 import android.view.Surface.OutOfResourcesException;
763 } catch (OutOfResourcesException e) {
764 Slog.w(TAG, "OutOfResourcesException creating surface");
    [all...]
WindowSurfacePlacer.java     [all...]
WindowManagerService.java 110 import android.view.Surface.OutOfResourcesException;
    [all...]
  /frameworks/base/core/java/android/view/
Surface.java 41 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 {
538 public OutOfResourcesException() {
540 public OutOfResourcesException(String name) {
SurfaceControl.java 25 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(
ThreadedRenderer.java 35 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 {
    [all...]
ViewRootImpl.java 71 import android.view.Surface.OutOfResourcesException;
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 59 static const char* const OutOfResourcesException =
60 "android/view/Surface$OutOfResourcesException";
247 jniThrowException(env, OutOfResourcesException, NULL);
315 OutOfResourcesException :
android_view_SurfaceControl.cpp 46 static const char* const OutOfResourcesException =
47 "android/view/Surface$OutOfResourcesException";
101 jniThrowException(env, OutOfResourcesException, NULL);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 43 static const char* const OutOfResourcesException =
44 "android/view/Surface$OutOfResourcesException";
276 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 41 import android.view.Surface.OutOfResourcesException;
586 } catch (OutOfResourcesException ex) {
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 710 milliseconds

1 2