Home
last modified time | relevance | path

Searched refs:behindClient (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl768 void requestScrollCapture(int displayId, IBinder behindClient, int taskId, in requestScrollCapture() argument
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7198 public void requestScrollCapture(int displayId, @Nullable IBinder behindClient, int taskId, in requestScrollCapture() argument
7216 if (behindClient != null) { in requestScrollCapture()
7217 topWindow = windowForClientLocked(null, behindClient, /* throwOnError*/ false); in requestScrollCapture()