Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java148 …void scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) throws RemoteException; in scheduleBackgroundVisibleBehindChanged() method
DApplicationThreadNative.java660 scheduleBackgroundVisibleBehindChanged(token, enabled); in onTransact()
1334 public void scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) in scheduleBackgroundVisibleBehindChanged() method in ApplicationThreadProxy
DActivityThread.java1177 public void scheduleBackgroundVisibleBehindChanged(IBinder token, boolean visible) { in scheduleBackgroundVisibleBehindChanged() method in ActivityThread.ApplicationThread
/frameworks/base/services/core/java/com/android/server/am/
DActivityStackSupervisor.java2924 top.app.thread.scheduleBackgroundVisibleBehindChanged(top.appToken, visible); in requestVisibleBehindLocked()