HomeSort by relevance Sort by last modified time
    Searched refs:OutOfResourcesException (Results 1 - 25 of 28) 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 86 * @deprecated No longer thrown. {@link Surface.OutOfResourcesException} is used instead.
90 public static class OutOfResourcesException extends Exception {
91 public OutOfResourcesException() {
93 public OutOfResourcesException(String name) {
103 * @throws OutOfResourcesException If the SurfaceTexture cannot be created.
124 * @throws throws OutOfResourcesException If the SurfaceTexture cannot be created.
318 private void init(int texName, boolean singleBufferMode) throws Surface.OutOfResourcesException {
331 throws Surface.OutOfResourcesException;
  /frameworks/base/services/java/com/android/server/wm/
StrictModeFlash.java 26 import android.view.Surface.OutOfResourcesException;
51 } catch (OutOfResourcesException e) {
70 } catch (Surface.OutOfResourcesException e) {
FocusedStackFrame.java 29 import android.view.Surface.OutOfResourcesException;
60 } catch (OutOfResourcesException e) {
73 } 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;
266 } catch (OutOfResourcesException e) {
551 } catch (OutOfResourcesException e) {
591 } catch (OutOfResourcesException e) {
613 } catch (OutOfResourcesException e) {
    [all...]
DisplayMagnifier.java 45 import android.view.Surface.OutOfResourcesException;
499 } catch (OutOfResourcesException oore) {
632 } catch (Surface.OutOfResourcesException oore) {
WindowStateAnimator.java 32 import android.view.Surface.OutOfResourcesException;
494 throws OutOfResourcesException {
704 } catch (OutOfResourcesException e) {
706 Slog.w(TAG, "OutOfResourcesException creating surface");
    [all...]
WindowManagerService.java 120 import android.view.Surface.OutOfResourcesException;
    [all...]
  /frameworks/base/core/java/android/view/
Surface.java 36 throws OutOfResourcesException;
40 throws OutOfResourcesException;
119 * @throws OutOfResourcesException if the surface could not be created.
230 * @throws OutOfResourcesException If the canvas cannot be locked.
233 throws Surface.OutOfResourcesException, IllegalArgumentException {
417 public static class OutOfResourcesException extends RuntimeException {
418 public OutOfResourcesException() {
420 public OutOfResourcesException(String name) {
SurfaceControl.java 27 import android.view.Surface.OutOfResourcesException;
38 throws OutOfResourcesException;
214 * @throws throws OutOfResourcesException If the SurfaceControl cannot be created.
218 throws OutOfResourcesException {
240 throw new OutOfResourcesException(
HardwareRenderer.java 37 import android.view.Surface.OutOfResourcesException;
275 abstract boolean initialize(Surface surface) throws OutOfResourcesException;
282 abstract void updateSurface(Surface surface) throws OutOfResourcesException;
601 throws OutOfResourcesException {
    [all...]
ViewRootImpl.java 71 import android.view.Surface.OutOfResourcesException;
    [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 53 static const char* const OutOfResourcesException =
54 "android/view/Surface$OutOfResourcesException";
148 jniThrowException(env, OutOfResourcesException, NULL);
224 OutOfResourcesException :
android_view_SurfaceControl.cpp 48 static const char* const OutOfResourcesException =
49 "android/view/Surface$OutOfResourcesException";
132 jniThrowException(env, OutOfResourcesException, NULL);
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 39 static const char* const OutOfResourcesException =
40 "android/view/Surface$OutOfResourcesException";
241 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 38 import android.view.Surface.OutOfResourcesException;
519 } catch (OutOfResourcesException ex) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 369 milliseconds

1 2