Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DEnterDesktopTaskTransitionHandler.java314 final int animationY = endBounds.centerY() - (int) (animationHeight / 2); in animateFinalizeDragToDesktopMode()
316 t.setPosition(sc, animationX, animationY); in animateFinalizeDragToDesktopMode()
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1594 const int animationY = (mHeight - animation.height * ratio_h) / 2; in playAnimation() local
1615 const int yc = animationY + trimY; in playAnimation()