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