OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutOfResourcesException
(Results
1 - 18
of
18
) 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
82
public static class
OutOfResourcesException
extends Exception {
83
public
OutOfResourcesException
() {
85
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
{
512
throws
OutOfResourcesException
;
HardwareRenderer.java
144
abstract boolean initialize(SurfaceHolder holder) throws Surface.
OutOfResourcesException
;
151
abstract void updateSurface(SurfaceHolder holder) throws Surface.
OutOfResourcesException
;
288
SurfaceHolder holder) throws Surface.
OutOfResourcesException
{
460
boolean initialize(SurfaceHolder holder) throws Surface.
OutOfResourcesException
{
489
void updateSurface(SurfaceHolder holder) throws Surface.
OutOfResourcesException
{
603
GL createEglSurface(SurfaceHolder holder) throws Surface.
OutOfResourcesException
{
632
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
98
} catch (Surface.
OutOfResourcesException
e) {
243
} catch (Surface.
OutOfResourcesException
e) {
WindowState.java
665
} catch (Surface.
OutOfResourcesException
e) {
666
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
Completed in 4017 milliseconds