Searched refs:mFullyAdjustedImeBounds (Results 1 – 1 of 1) sorted by relevance
93 private final Rect mFullyAdjustedImeBounds = new Rect(); field in TaskStack229 insetBounds = mFullyAdjustedImeBounds; in setAdjustedBounds()1108 mFullyAdjustedImeBounds.set(mBounds); in adjustForIME()1131 mFullyAdjustedImeBounds.set(mBounds); in adjustForIME()1132 mFullyAdjustedImeBounds.top = top; in adjustForIME()1133 mFullyAdjustedImeBounds.bottom = top + mBounds.height(); in adjustForIME()1219 final Rect insetBounds = mImeGoingAway ? mBounds : mFullyAdjustedImeBounds; in applyAdjustForImeIfNeeded()