Searched refs:keepLastAmount (Results 1 – 1 of 1) sorted by relevance
1059 void setAdjustedForIme(WindowState imeWin, boolean keepLastAmount) { in setAdjustedForIme() argument1062 if (!mAdjustedForIme || keepLastAmount) { in setAdjustedForIme()1065 final float adjustImeAmount = keepLastAmount ? controller.mLastAnimationProgress : 0f; in setAdjustedForIme()1066 final float adjustDividerAmount = keepLastAmount ? controller.mLastDividerProgress : 0f; in setAdjustedForIme()