Searched defs:mImeGoingAway (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskStack.java120 private boolean mImeGoingAway; field in class:TaskStack
226 if (mImeGoingAway) {
963 mImeGoingAway = false;
1010 mImeGoingAway = false;
1016 mImeGoingAway |= mAdjustedForIme;
1219 final Rect insetBounds = mImeGoingAway ? mBounds : mFullyAdjustedImeBounds;

Completed in 33 milliseconds