Searched refs:PEEK_FRACTION (Results 1 – 2 of 2) sorted by relevance
53 private static final float PEEK_FRACTION = 0.1f; field in ImeBackAnimationController155 int newY = (int) (imeHeight - interpolatedProgress * (imeHeight * PEEK_FRACTION)); in setPreCommitProgress()158 (int) (mStartRootScrollY * (1 - interpolatedProgress * PEEK_FRACTION))); in setPreCommitProgress()
73 private static final float PEEK_FRACTION = 0.1f; field in ImeBackAnimationControllerTest186 (int) (appPan * (1 - interpolatedProgress * PEEK_FRACTION)); in testAdjustPanScrollsViewRoot()236 (int) (IME_HEIGHT - interpolatedProgress * PEEK_FRACTION * IME_HEIGHT); in testImeInsetsManipulationCurve()