Searched refs:outOfMemory (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl100 boolean outOfMemory(IWindow window);
H A DViewRootImpl.java1507 if (!mWindowSession.outOfMemory(mWindow) &&
1541 if (!mWindowSession.outOfMemory(mWindow)) {
2226 if (!mWindowSession.outOfMemory(mWindow)) {
2905 if (!mWindowSession.outOfMemory(mWindow)) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java101 public boolean outOfMemory(IWindow window) throws RemoteException { method in class:BridgeWindowSession
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java201 public boolean outOfMemory(IWindow window) { method in class:Session

Completed in 342 milliseconds