Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DImeBackAnimationController.java172 int currentBottomInset = mWindowInsetsAnimationController.getCurrentInsets().bottom; in startPostCommitAnim() local
179 mPostCommitAnimator = ValueAnimator.ofFloat(currentBottomInset, targetBottomInset); in startPostCommitAnim()