Searched refs:hiddenY (Results 1 – 2 of 2) sorted by relevance
500 final float hiddenY = defaultY + mImeFrame.height(); in startAnimation() local502 final float startY = show ? hiddenY : shownY; in startAnimation()503 final float endY = show ? shownY : hiddenY; in startAnimation()525 ? (value - hiddenY) / (shownY - hiddenY) : 1.f; in startAnimation()547 + imeTop(hiddenY) + "->" + imeTop(shownY) in startAnimation()550 int flags = dispatchStartPositioning(mDisplayId, imeTop(hiddenY), in startAnimation()554 ? (value - hiddenY) / (shownY - hiddenY) in startAnimation()
151 float hiddenY = mWindowInsetsAnimationController.getHiddenStateInsets().bottom; in setPreCommitProgress() local153 float imeHeight = shownY - hiddenY; in setPreCommitProgress()