OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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
new Surface.
OutOfResourcesException
();
28
new Surface.
OutOfResourcesException
(NAME);
/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/core/jni/
android_view_Surface.cpp
54
static const char* const
OutOfResourcesException
=
55
"android/view/Surface$
OutOfResourcesException
";
149
jniThrowException(env,
OutOfResourcesException
, NULL);
226
OutOfResourcesException
:
android_view_SurfaceControl.cpp
48
static const char* const
OutOfResourcesException
=
49
"android/view/Surface$
OutOfResourcesException
";
101
jniThrowException(env,
OutOfResourcesException
, NULL);
/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/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) {
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/9/
android.jar
Completed in 211 milliseconds