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.java112 private final Rect mFullyAdjustedImeBounds = new Rect(); field in TaskStack
210 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()