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

1 2

  /cts/tests/tests/view/src/android/view/cts/
Surface_OutOfResourcesExceptionTest.java 31 new Surface.OutOfResourcesException();
32 new Surface.OutOfResourcesException("Test_Surface_OutOfResourcesException");
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 92 * @deprecated No longer thrown. {@link android.view.Surface.OutOfResourcesException}
97 public static class OutOfResourcesException extends Exception {
98 public OutOfResourcesException() {
100 public OutOfResourcesException(String name) {
110 * @throws android.view.Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
131 * @throws android.view.Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
158 * @throws android.view.Surface.OutOfResourcesException If the SurfaceTexture cannot be created.
397 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;
291 } catch (OutOfResourcesException e) {
569 } catch (OutOfResourcesException e) {
609 } catch (OutOfResourcesException e) {
631 } catch (OutOfResourcesException e) {
    [all...]
AccessibilityController.java 50 import android.view.Surface.OutOfResourcesException;
711 } catch (OutOfResourcesException oore) {
    [all...]
WindowSurfaceController.java 42 import android.view.Surface.OutOfResourcesException;
579 throws OutOfResourcesException {
WindowStateAnimator.java 61 import android.view.Surface.OutOfResourcesException;
703 } catch (OutOfResourcesException e) {
704 Slog.w(TAG, "OutOfResourcesException creating surface");
    [all...]
WindowSurfacePlacer.java     [all...]
WindowManagerService.java 199 import android.view.Surface.OutOfResourcesException;
    [all...]
  /frameworks/base/core/java/android/view/
Surface.java 54 throws OutOfResourcesException;
60 throws OutOfResourcesException;
174 * @throws OutOfResourcesException if the surface could not be created.
301 * @throws OutOfResourcesException If the canvas cannot be locked.
304 throws Surface.OutOfResourcesException, IllegalArgumentException {
631 public static class OutOfResourcesException extends RuntimeException {
632 public OutOfResourcesException() {
634 public OutOfResourcesException(String name) {
SurfaceControl.java 28 import android.view.Surface.OutOfResourcesException;
41 throws OutOfResourcesException;
297 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
301 throws OutOfResourcesException {
307 throws OutOfResourcesException {
313 throws OutOfResourcesException {
334 throw new OutOfResourcesException(
    [all...]
ThreadedRenderer.java 34 import android.view.Surface.OutOfResourcesException;
430 boolean initialize(Surface surface) throws OutOfResourcesException {
455 Surface surface, Rect surfaceInsets) throws OutOfResourcesException {
473 void updateSurface(Surface surface) throws OutOfResourcesException {
    [all...]
ViewRootImpl.java 77 import android.view.Surface.OutOfResourcesException;
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 61 static const char* const OutOfResourcesException =
62 "android/view/Surface$OutOfResourcesException";
251 jniThrowException(env, OutOfResourcesException, NULL);
320 OutOfResourcesException :
android_view_SurfaceControl.cpp 48 static const char* const OutOfResourcesException =
49 "android/view/Surface$OutOfResourcesException";
109 jniThrowException(env, OutOfResourcesException, NULL);
    [all...]
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 46 static const char* const OutOfResourcesException =
47 "android/view/Surface$OutOfResourcesException";
279 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 41 import android.view.Surface.OutOfResourcesException;
591 } catch (OutOfResourcesException ex) {
  /frameworks/base/
preloaded-classes     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1187 milliseconds

1 2