Searched refs:mAdjustImeAmount (Results 1 – 1 of 1) sorted by relevance
133 private float mAdjustImeAmount; field in TaskStack1088 if (adjustAmount != mAdjustImeAmount in updateAdjustForIme()1090 mAdjustImeAmount = adjustAmount; in updateAdjustForIme()1109 mAdjustImeAmount = 0f; in resetAdjustedForIme()1216 mTmpAdjustedBounds.bottom = (int) (mAdjustImeAmount * bottom + (1 - mAdjustImeAmount) in adjustForIME()1241 (int) (mAdjustImeAmount * (top - topBeforeImeAdjust) + in adjustForIME()1320 final float alpha = Math.max(mAdjustImeAmount, mAdjustDividerAmount) in updateAdjustedBounds()1375 proto.write(ADJUST_IME_AMOUNT, mAdjustImeAmount); in writeToProto()1392 pw.println(prefix + "mAdjustImeAmount=" + mAdjustImeAmount); in dump()