Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl145 boolean outOfMemory(IWindow window); in outOfMemory() method
DViewRootImpl.java2258 if (!mWindowSession.outOfMemory(mWindow) && in handleOutOfResourcesException()
3576 if (!mWindowSession.outOfMemory(mWindow)) { in handleMessage()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java111 public boolean outOfMemory(IWindow window) throws RemoteException { in outOfMemory() method in BridgeWindowSession
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java228 public boolean outOfMemory(IWindow window) { in outOfMemory() method in Session