HomeSort by relevance Sort by last modified time
    Searched refs:OutOfResourcesException (Results 1 - 25 of 46) 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.
401 throws Surface.OutOfResourcesException;
  /frameworks/base/services/core/java/com/android/server/wm/
EmulatorDisplayOverlay.java 33 import android.view.Surface.OutOfResourcesException;
69 } catch (OutOfResourcesException e) {
88 } catch (OutOfResourcesException e) {
StrictModeFlash.java 29 import android.view.Surface.OutOfResourcesException;
56 } catch (OutOfResourcesException e) {
75 } catch (Surface.OutOfResourcesException e) {
CircularDisplayMask.java 34 import android.view.Surface.OutOfResourcesException;
81 } catch (OutOfResourcesException e) {
103 } catch (Surface.OutOfResourcesException e) {
BlackFrame.java 31 import android.view.Surface.OutOfResourcesException;
45 int l, int t, int r, int b, DisplayContent dc) throws OutOfResourcesException {
118 boolean forceDefaultOrientation) throws OutOfResourcesException {
Watermark.java 32 import android.view.Surface.OutOfResourcesException;
127 } catch (OutOfResourcesException e) {
152 } catch (Surface.OutOfResourcesException e) {
ScreenRotationAnimation.java 38 import android.view.Surface.OutOfResourcesException;
289 } catch (OutOfResourcesException e) {
553 } catch (OutOfResourcesException e) {
584 } catch (OutOfResourcesException e) {
596 } catch (OutOfResourcesException e) {
    [all...]
Dimmer.java 186 } catch (Surface.OutOfResourcesException e) {
187 Log.w(TAG, "OutOfResourcesException creating dim surface");
AccessibilityController.java 54 import android.view.Surface.OutOfResourcesException;
711 } catch (OutOfResourcesException oore) {
    [all...]
WindowSurfaceController.java 43 import android.view.Surface.OutOfResourcesException;
WindowStateAnimator.java 62 import android.view.Surface.OutOfResourcesException;
530 } catch (OutOfResourcesException e) {
531 Slog.w(TAG, "OutOfResourcesException creating surface");
    [all...]
  /frameworks/base/core/java/android/view/
Surface.java 54 throws OutOfResourcesException;
60 throws OutOfResourcesException;
192 * @throws OutOfResourcesException if the surface could not be created.
332 * @throws OutOfResourcesException If the canvas cannot be locked.
335 throws Surface.OutOfResourcesException, IllegalArgumentException {
798 public static class OutOfResourcesException extends RuntimeException {
799 public OutOfResourcesException() {
801 public OutOfResourcesException(String name) {
    [all...]
SurfaceControl.java 46 import android.view.Surface.OutOfResourcesException;
65 throws OutOfResourcesException;
566 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
570 throws OutOfResourcesException, IllegalArgumentException {
593 throw new OutOfResourcesException(
    [all...]
ThreadedRenderer.java 35 import android.view.Surface.OutOfResourcesException;
460 boolean initialize(Surface surface) throws OutOfResourcesException {
485 Surface surface, Rect surfaceInsets) throws OutOfResourcesException {
503 void updateSurface(Surface surface) throws OutOfResourcesException {
    [all...]
ViewRootImpl.java 81 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 50 static const char* const OutOfResourcesException =
51 "android/view/Surface$OutOfResourcesException";
126 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;
586 } catch (OutOfResourcesException ex) {
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 708 milliseconds

1 2