Searched refs:shownY (Results 1 – 2 of 2) sorted by relevance
501 final float shownY = defaultY; in startAnimation() local502 final float startY = show ? hiddenY : shownY; in startAnimation()503 final float endY = show ? shownY : hiddenY; in startAnimation()506 seekValue = shownY; in startAnimation()525 ? (value - hiddenY) / (shownY - hiddenY) : 1.f; in startAnimation()547 + imeTop(hiddenY) + "->" + imeTop(shownY) in startAnimation()551 imeTop(shownY), mAnimationDirection == DIRECTION_SHOW, isFloating, t); in startAnimation()554 ? (value - hiddenY) / (shownY - hiddenY) in startAnimation()
152 float shownY = mWindowInsetsAnimationController.getShownStateInsets().bottom; in setPreCommitProgress() local153 float imeHeight = shownY - hiddenY; in setPreCommitProgress()