Home
last modified time | relevance | path

Searched refs:setRootLeash (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/system/
H A DRemoteTransitionTest.java118 mInfo.setRootLeash(createMockSurface(true /* valid */), 0, 0);
/aosp12/frameworks/base/core/java/android/window/
H A DTransitionInfo.java182 public void setRootLeash(@NonNull SurfaceControl leash, int offsetLeft, int offsetTop) { in setRootLeash() method in TransitionInfo
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java1150 out.setRootLeash(new SurfaceControl(), 0, 0); in calculateTransitionInfo()
1184 out.setRootLeash(rootLeash, ancestor.getBounds().left, ancestor.getBounds().top); in calculateTransitionInfo()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
H A DShellTransitionTests.java605 mInfo.setRootLeash(createMockSurface(true /* valid */), 0, 0); in TransitionInfoBuilder()