Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DIActivityClientController.aidl70 boolean willActivityBeVisible(in IBinder token); in willActivityBeVisible() method
H A DActivityClient.java185 boolean willActivityBeVisible(IBinder token) { in willActivityBeVisible() method in ActivityClient
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityClientController.java521 public boolean willActivityBeVisible(IBinder token) { in willActivityBeVisible() method in ActivityClientController