HomeSort by relevance Sort by last modified time
    Searched refs:OutOfResourcesException (Results 1 - 25 of 45) 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) {
SurfaceControlWithBackground.java 25 import android.view.Surface.OutOfResourcesException;
71 WindowSurfaceController windowSurfaceController) throws OutOfResourcesException {
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 53 import android.view.Surface.OutOfResourcesException;
711 } catch (OutOfResourcesException oore) {
    [all...]
WindowSurfaceController.java 40 import android.view.Surface.OutOfResourcesException;
578 throws OutOfResourcesException {
WindowStateAnimator.java 62 import android.view.Surface.OutOfResourcesException;
708 } catch (OutOfResourcesException e) {
709 Slog.w(TAG, "OutOfResourcesException creating surface");
    [all...]
WindowSurfacePlacer.java     [all...]
WindowManagerService.java 203 import android.view.Surface.OutOfResourcesException;
    [all...]
  /frameworks/base/core/java/android/view/
Surface.java 54 throws OutOfResourcesException;
60 throws OutOfResourcesException;
178 * @throws OutOfResourcesException if the surface could not be created.
305 * @throws OutOfResourcesException If the canvas cannot be locked.
308 throws Surface.OutOfResourcesException, IllegalArgumentException {
734 public static class OutOfResourcesException extends RuntimeException {
735 public OutOfResourcesException() {
737 public OutOfResourcesException(String name) {
SurfaceControl.java 28 import android.view.Surface.OutOfResourcesException;
41 throws OutOfResourcesException;
307 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
311 throws OutOfResourcesException {
317 throws OutOfResourcesException {
323 throws OutOfResourcesException {
344 throw new OutOfResourcesException(
    [all...]
ThreadedRenderer.java 35 import android.view.Surface.OutOfResourcesException;
449 boolean initialize(Surface surface) throws OutOfResourcesException {
474 Surface surface, Rect surfaceInsets) throws OutOfResourcesException {
492 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";
257 jniThrowException(env, OutOfResourcesException, NULL);
326 OutOfResourcesException :
android_view_SurfaceControl.cpp 49 static const char* const OutOfResourcesException =
50 "android/view/Surface$OutOfResourcesException";
110 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/config/
preloaded-classes     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 362 milliseconds

1 2