Searched refs:mAdjustImeAmount (Results 1 – 1 of 1) sorted by relevance
123 private float mAdjustImeAmount; field in TaskStack966 mAdjustImeAmount = 0f; in setAdjustedForIme()989 if (adjustAmount != mAdjustImeAmount in updateAdjustForIme()991 mAdjustImeAmount = adjustAmount; in updateAdjustForIme()1011 mAdjustImeAmount = 0f; in resetAdjustedForIme()1107 (int) (mAdjustImeAmount * bottom + (1 - mAdjustImeAmount) * mBounds.bottom); in adjustForIME()1129 (int) (mAdjustImeAmount * (top - topBeforeImeAdjust) + in adjustForIME()1208 final float alpha = Math.max(mAdjustImeAmount, mAdjustDividerAmount) in updateAdjustedBounds()1238 pw.println(prefix + "mAdjustImeAmount=" + mAdjustImeAmount); in dump()