HomeSort by relevance Sort by last modified time
    Searched refs:OutOfResourcesException (Results 1 - 25 of 35) 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/core/java/android/view/
HardwareRenderer.java 22 import android.view.Surface.OutOfResourcesException;
223 abstract boolean initialize(Surface surface) throws OutOfResourcesException;
230 abstract void updateSurface(Surface surface) throws OutOfResourcesException;
384 Surface surface, Rect surfaceInsets) throws OutOfResourcesException {
Surface.java 41 throws OutOfResourcesException;
45 throws OutOfResourcesException;
136 * @throws OutOfResourcesException if the surface could not be created.
251 * @throws OutOfResourcesException If the canvas cannot be locked.
254 throws Surface.OutOfResourcesException, IllegalArgumentException {
493 public static class OutOfResourcesException extends RuntimeException {
494 public OutOfResourcesException() {
496 public OutOfResourcesException(String name) {
SurfaceControl.java 25 import android.view.Surface.OutOfResourcesException;
36 throws OutOfResourcesException;
265 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
269 throws OutOfResourcesException {
289 throw new OutOfResourcesException(
ThreadedRenderer.java 33 import android.view.Surface.OutOfResourcesException;
147 boolean initialize(Surface surface) throws OutOfResourcesException {
155 void updateSurface(Surface surface) throws OutOfResourcesException {
ViewRootImpl.java 61 import android.view.Surface.OutOfResourcesException;
    [all...]
  /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/
EmulatorDisplayOverlay.java 30 import android.view.Surface.OutOfResourcesException;
69 } catch (OutOfResourcesException e) {
88 } catch (OutOfResourcesException e) {
StrictModeFlash.java 26 import android.view.Surface.OutOfResourcesException;
51 } catch (OutOfResourcesException e) {
70 } catch (Surface.OutOfResourcesException e) {
CircularDisplayMask.java 31 import android.view.Surface.OutOfResourcesException;
80 } catch (OutOfResourcesException e) {
102 } catch (Surface.OutOfResourcesException e) {
FocusedStackFrame.java 29 import android.view.Surface.OutOfResourcesException;
63 } catch (OutOfResourcesException e) {
88 } catch (Surface.OutOfResourcesException e) {
BlackFrame.java 25 import android.view.Surface.OutOfResourcesException;
40 throws OutOfResourcesException {
116 boolean forceDefaultOrientation) throws OutOfResourcesException {
Watermark.java 30 import android.view.Surface.OutOfResourcesException;
122 } catch (OutOfResourcesException e) {
147 } catch (Surface.OutOfResourcesException e) {
ScreenRotationAnimation.java 30 import android.view.Surface.OutOfResourcesException;
272 } catch (OutOfResourcesException e) {
551 } catch (OutOfResourcesException e) {
591 } catch (OutOfResourcesException e) {
613 } catch (OutOfResourcesException e) {
    [all...]
AccessibilityController.java 45 import android.view.Surface.OutOfResourcesException;
654 } catch (OutOfResourcesException oore) {
    [all...]
WindowStateAnimator.java 47 import android.view.Surface.OutOfResourcesException;
569 throws OutOfResourcesException {
    [all...]
WindowManagerService.java 101 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";
242 jniThrowException(env, OutOfResourcesException, NULL);
310 OutOfResourcesException :
android_view_SurfaceControl.cpp 52 static const char* const OutOfResourcesException =
53 "android/view/Surface$OutOfResourcesException";
101 jniThrowException(env, OutOfResourcesException, NULL);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 39 static const char* const OutOfResourcesException =
40 "android/view/Surface$OutOfResourcesException";
258 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/services/core/java/com/android/server/display/
ColorFade.java 41 import android.view.Surface.OutOfResourcesException;
565 } catch (OutOfResourcesException ex) {
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 311 milliseconds

1 2