Searched refs:mFullyAdjustedImeBounds (Results 1 – 1 of 1) sorted by relevance
100 private final Rect mFullyAdjustedImeBounds = new Rect(); field in TaskStack228 insetBounds = mFullyAdjustedImeBounds; in setAdjustedBounds()1237 mFullyAdjustedImeBounds.set(getRawBounds()); in adjustForIME()1262 mFullyAdjustedImeBounds.set(getRawBounds()); in adjustForIME()1263 mFullyAdjustedImeBounds.top = top; in adjustForIME()1264 mFullyAdjustedImeBounds.bottom = top + getRawBounds().height(); in adjustForIME()1350 final Rect insetBounds = mImeGoingAway ? getRawBounds() : mFullyAdjustedImeBounds; in applyAdjustForImeIfNeeded()