Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DDisplayImeController.java428 final float hiddenY = defaultY + mImeFrame.height(); in startAnimation() local
430 final float startY = show ? hiddenY : shownY; in startAnimation()
431 final float endY = show ? shownY : hiddenY; in startAnimation()
451 ? (value - hiddenY) / (shownY - hiddenY) : 1.f; in startAnimation()
470 + imeTop(hiddenY) + "->" + imeTop(shownY) in startAnimation()
473 int flags = dispatchStartPositioning(mDisplayId, imeTop(hiddenY), in startAnimation()
477 ? (startY - hiddenY) / (shownY - hiddenY) in startAnimation()