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

  /cts/tests/tests/view/src/android/view/cts/
Surface_OutOfResourcesExceptionTest.java 21 import android.view.Surface.OutOfResourcesException;
27 @TestTargetClass(OutOfResourcesException.class)
34 method = "Surface.OutOfResourcesException",
39 method = "Surface.OutOfResourcesException",
44 new Surface.OutOfResourcesException();
45 new Surface.OutOfResourcesException(NAME);
  /frameworks/base/graphics/java/android/graphics/
SurfaceTexture.java 83 public static class OutOfResourcesException extends Exception {
84 public OutOfResourcesException() {
86 public OutOfResourcesException(String name) {
  /frameworks/base/core/java/android/view/
Surface.java 70 public Canvas lockCanvas(Rect dirty) throws OutOfResourcesException, IllegalArgumentException {
103 public static class OutOfResourcesException extends Exception {
104 public OutOfResourcesException() {
106 public OutOfResourcesException(String name) {
246 throws OutOfResourcesException {
257 throws OutOfResourcesException {
278 private Surface(Parcel source) throws OutOfResourcesException {
526 throws OutOfResourcesException;
HardwareRenderer.java 155 abstract boolean initialize(SurfaceHolder holder) throws Surface.OutOfResourcesException;
162 abstract void updateSurface(SurfaceHolder holder) throws Surface.OutOfResourcesException;
326 SurfaceHolder holder) throws Surface.OutOfResourcesException {
499 boolean initialize(SurfaceHolder holder) throws Surface.OutOfResourcesException {
528 void updateSurface(SurfaceHolder holder) throws Surface.OutOfResourcesException {
643 GL createEglSurface(SurfaceHolder holder) throws Surface.OutOfResourcesException {
672 throw new Surface.OutOfResourcesException("eglMakeCurrent failed "
    [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
StrictModeFlash.java 43 } catch (Surface.OutOfResourcesException e) {
65 } catch (Surface.OutOfResourcesException e) {
BlackFrame.java 36 throws Surface.OutOfResourcesException {
80 int layer) throws Surface.OutOfResourcesException {
Watermark.java 32 import android.view.Surface.OutOfResourcesException;
119 } catch (OutOfResourcesException e) {
143 } catch (OutOfResourcesException e) {
ScreenRotationAnimation.java 99 } catch (Surface.OutOfResourcesException e) {
244 } catch (Surface.OutOfResourcesException e) {
WindowState.java 718 } catch (Surface.OutOfResourcesException e) {
719 Slog.w(WindowManagerService.TAG, "OutOfResourcesException creating surface");
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 36 static const char* const OutOfResourcesException =
37 "android/graphics/SurfaceTexture$OutOfResourcesException";
183 jniThrowException(env, OutOfResourcesException,
  /frameworks/base/core/jni/
android_view_Surface.cpp 57 static const char* const OutOfResourcesException =
58 "android/view/Surface$OutOfResourcesException";
243 jniThrowException(env, OutOfResourcesException, NULL);
255 jniThrowException(env, OutOfResourcesException, NULL);
352 OutOfResourcesException :
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/15/
android.jar 

Completed in 468 milliseconds