Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIApplicationThread.java148 …void scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) throws RemoteException; in scheduleBackgroundVisibleBehindChanged() method
DApplicationThreadNative.java1379 public void scheduleBackgroundVisibleBehindChanged(IBinder token, boolean enabled) in scheduleBackgroundVisibleBehindChanged() method in ApplicationThreadProxy
DActivityThread.java1210 public void scheduleBackgroundVisibleBehindChanged(IBinder token, boolean visible) { in scheduleBackgroundVisibleBehindChanged() method in ActivityThread.ApplicationThread