Searched refs:mAdjustImeAmount (Results 1 – 1 of 1) sorted by relevance
123 private float mAdjustImeAmount; field in TaskStack865 mAdjustImeAmount = 0f; in setAdjustedForIme()888 if (adjustAmount != mAdjustImeAmount in updateAdjustForIme()890 mAdjustImeAmount = adjustAmount; in updateAdjustForIme()910 mAdjustImeAmount = 0f; in resetAdjustedForIme()1005 (int) (mAdjustImeAmount * bottom + (1 - mAdjustImeAmount) * mBounds.bottom); in adjustForIME()1027 (int) (mAdjustImeAmount * (top - topBeforeImeAdjust) + in adjustForIME()1101 final float alpha = Math.max(mAdjustImeAmount, mAdjustDividerAmount) in updateAdjustedBounds()1131 pw.println(prefix + "mAdjustImeAmount=" + mAdjustImeAmount); in dump()