Home
last modified time | relevance | path

Searched refs:mFullyAdjustedImeBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java100 private final Rect mFullyAdjustedImeBounds = new Rect(); field in TaskStack
228 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()