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

  /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 84 public static class OutOfResourcesException extends Exception {
85 public OutOfResourcesException() {
87 public OutOfResourcesException(String name) {
  /frameworks/base/core/java/android/view/
Surface.java 36 throws OutOfResourcesException;
40 throws OutOfResourcesException;
128 } catch (OutOfResourcesException ex) {
129 // We can't throw OutOfResourcesException because it would be an API change.
233 throws OutOfResourcesException, IllegalArgumentException {
393 public static class OutOfResourcesException extends Exception {
394 public OutOfResourcesException() {
396 public OutOfResourcesException(String name) {
SurfaceControl.java 37 throws OutOfResourcesException;
86 public static class OutOfResourcesException extends Exception {
87 public OutOfResourcesException() {
89 public OutOfResourcesException(String name) {
225 throws OutOfResourcesException {
247 throw new OutOfResourcesException(
HardwareRenderer.java 253 abstract boolean initialize(Surface surface) throws Surface.OutOfResourcesException;
260 abstract void updateSurface(Surface surface) throws Surface.OutOfResourcesException;
548 throws Surface.OutOfResourcesException {
977 boolean initialize(Surface surface) throws Surface.OutOfResourcesException {
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
StrictModeFlash.java 50 } catch (SurfaceControl.OutOfResourcesException e) {
69 } catch (Surface.OutOfResourcesException e) {
Watermark.java 33 import android.view.Surface.OutOfResourcesException;
122 } catch (SurfaceControl.OutOfResourcesException e) {
147 } catch (OutOfResourcesException e) {
BlackFrame.java 40 throws SurfaceControl.OutOfResourcesException {
110 int layer, final int layerStack) throws SurfaceControl.OutOfResourcesException {
ScreenRotationAnimation.java 238 } catch (SurfaceControl.OutOfResourcesException e) {
516 } catch (SurfaceControl.OutOfResourcesException e) {
546 } catch (SurfaceControl.OutOfResourcesException e) {
568 } catch (SurfaceControl.OutOfResourcesException e) {
    [all...]
DisplayMagnifier.java 45 import android.view.Surface.OutOfResourcesException;
499 } catch (SurfaceControl.OutOfResourcesException oore) {
632 } catch (OutOfResourcesException oore) {
WindowStateAnimator.java 496 throws OutOfResourcesException {
707 } catch (SurfaceControl.OutOfResourcesException e) {
709 Slog.w(TAG, "OutOfResourcesException creating surface");
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/jni/
android_view_Surface.cpp 52 static const char* const OutOfResourcesException =
53 "android/view/Surface$OutOfResourcesException";
148 jniThrowException(env, OutOfResourcesException, NULL);
232 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 36 static const char* const OutOfResourcesException =
37 "android/graphics/SurfaceTexture$OutOfResourcesException";
205 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/services/java/com/android/server/power/
ElectronBeam.java 518 } catch (SurfaceControl.OutOfResourcesException ex) {
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 1350 milliseconds