Searched defs:mAdjustImeAmount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java124 private float mAdjustImeAmount; field in class:TaskStack
864 mAdjustImeAmount = 0f;
887 if (adjustAmount != mAdjustImeAmount
889 mAdjustImeAmount = adjustAmount;
909 mAdjustImeAmount = 0f;
1004 (int) (mAdjustImeAmount * bottom + (1 - mAdjustImeAmount) * mBounds.bottom);
1026 (int) (mAdjustImeAmount * (top - topBeforeImeAdjust) +
1100 final float alpha = Math.max(mAdjustImeAmount, mAdjustDividerAmount)
1130 pw.println(prefix + "mAdjustImeAmount
[all...]

Completed in 79 milliseconds