Searched refs:mFullyAdjustedImeBounds (Results 1 – 1 of 1) sorted by relevance
112 private final Rect mFullyAdjustedImeBounds = new Rect(); field in TaskStack210 insetBounds = mFullyAdjustedImeBounds; in setAdjustedBounds()1218 mFullyAdjustedImeBounds.set(getRawBounds()); in adjustForIME()1243 mFullyAdjustedImeBounds.set(getRawBounds()); in adjustForIME()1244 mFullyAdjustedImeBounds.top = top; in adjustForIME()1245 mFullyAdjustedImeBounds.bottom = top + getRawBounds().height(); in adjustForIME()1331 final Rect insetBounds = mImeGoingAway ? getRawBounds() : mFullyAdjustedImeBounds; in applyAdjustForImeIfNeeded()