Searched refs:mAdjustImeAmount (Results 1 – 1 of 1) sorted by relevance
127 private float mAdjustImeAmount; field in TaskStack1092 mAdjustImeAmount = 0f; in setAdjustedForIme()1115 if (adjustAmount != mAdjustImeAmount in updateAdjustForIme()1117 mAdjustImeAmount = adjustAmount; in updateAdjustForIme()1136 mAdjustImeAmount = 0f; in resetAdjustedForIme()1235 mTmpAdjustedBounds.bottom = (int) (mAdjustImeAmount * bottom + (1 - mAdjustImeAmount) in adjustForIME()1260 (int) (mAdjustImeAmount * (top - topBeforeImeAdjust) + in adjustForIME()1339 final float alpha = Math.max(mAdjustImeAmount, mAdjustDividerAmount) in updateAdjustedBounds()1389 proto.write(ADJUST_IME_AMOUNT, mAdjustImeAmount); in writeToProto()1406 pw.println(prefix + "mAdjustImeAmount=" + mAdjustImeAmount); in dump()