Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DIWindowSession.aidl90 boolean outOfMemory(IWindow window); in outOfMemory() method
DViewRootImpl.java1283 if (!sWindowSession.outOfMemory(mWindow)) { in performTraversals()
1316 if (!sWindowSession.outOfMemory(mWindow)) { in performTraversals()
1943 if (!sWindowSession.outOfMemory(mWindow)) { in draw()
2508 if (!sWindowSession.outOfMemory(mWindow)) { in handleMessage()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java88 public boolean outOfMemory(IWindow window) throws RemoteException { in outOfMemory() method in BridgeWindowSession
/frameworks/base/services/java/com/android/server/wm/
DSession.java166 public boolean outOfMemory(IWindow window) { in outOfMemory() method in Session