Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java402 final float shownY = defaultY; in startAnimation() local
403 final float startY = show ? hiddenY : shownY; in startAnimation()
404 final float endY = show ? shownY : hiddenY; in startAnimation()
407 seekValue = shownY; in startAnimation()
424 ? (value - hiddenY) / (shownY - hiddenY) : 1.f; in startAnimation()
440 + imeTop(hiddenY) + "->" + imeTop(shownY) in startAnimation()
444 imeTop(shownY), mAnimationDirection == DIRECTION_SHOW, isFloating, t); in startAnimation()
447 ? (startY - hiddenY) / (shownY - hiddenY) in startAnimation()