Home
last modified time | relevance | path

Searched defs:taskLeash (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipDismissTargetHandler.java215 public void setTaskLeash(SurfaceControl taskLeash) { in setTaskLeash()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/
H A DShellTaskOrganizerTests.java164 SurfaceControl taskLeash = new SurfaceControl.Builder(new SurfaceSession()) in testTaskLeashReleasedAfterVanished() local