Home
last modified time | relevance | path

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

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