Home
last modified time | relevance | path

Searched defs:scheduleBackgroundVisibleBehindChanged (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/
DIApplicationThread.java156 …void scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) throws RemoteException; in scheduleBackgroundVisibleBehindChanged() method
DApplicationThreadNative.java1454 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