Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DImeBackAnimationController.java173 int targetBottomInset; in startPostCommitAnim() local
175 targetBottomInset = mWindowInsetsAnimationController.getHiddenStateInsets().bottom; in startPostCommitAnim()
177 targetBottomInset = mWindowInsetsAnimationController.getShownStateInsets().bottom; in startPostCommitAnim()
179 mPostCommitAnimator = ValueAnimator.ofFloat(currentBottomInset, targetBottomInset); in startPostCommitAnim()