Home
last modified time | relevance | path

Searched refs:getRootOffset (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DSplitScreenTransitions.java137 startBounds.offset(-info.getRootOffset().x, -info.getRootOffset().y); in playInternalAnimation()
138 endBounds.offset(-info.getRootOffset().x, -info.getRootOffset().y); in playInternalAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/stagesplit/
H A DSplitScreenTransitions.java137 startBounds.offset(-info.getRootOffset().x, -info.getRootOffset().y); in playInternalAnimation()
138 endBounds.offset(-info.getRootOffset().x, -info.getRootOffset().y); in playInternalAnimation()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/
H A DLegacySplitScreenTransitions.java264 startBounds.offset(-info.getRootOffset().x, -info.getRootOffset().y); in startAnimation()
265 endBounds.offset(-info.getRootOffset().x, -info.getRootOffset().y); in startAnimation()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DRemoteAnimationTargetCompat.java154 t.setPosition(leash, change.getStartAbsBounds().left - info.getRootOffset().x, in setupLeash()
155 change.getStartAbsBounds().top - info.getRootOffset().y); in setupLeash()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DTransitions.java299 t.setPosition(leash, change.getStartAbsBounds().left - info.getRootOffset().x, in setupAnimHierarchy()
300 change.getStartAbsBounds().top - info.getRootOffset().y); in setupAnimHierarchy()
/aosp12/frameworks/base/core/java/android/window/
H A DTransitionInfo.java215 public Point getRootOffset() { in getRootOffset() method in TransitionInfo