Searched refs:mAdjustedBounds (Results 1 – 1 of 1) sorted by relevance
86 private final Rect mAdjustedBounds = new Rect(); field in TaskStack229 if (mAdjustedBounds.equals(bounds) && !isAnimatingForIme()) { in setAdjustedBounds()233 mAdjustedBounds.set(bounds); in setAdjustedBounds()234 final boolean adjusted = !mAdjustedBounds.isEmpty(); in setAdjustedBounds()245 alignTasksToAdjustedBounds(adjusted ? mAdjustedBounds : mBounds, insetBounds); in setAdjustedBounds()330 if (!mAdjustedBounds.isEmpty()) { in getBounds()331 out.set(mAdjustedBounds); in getBounds()1108 if (mMinimizeAmount != 0f || !mAdjustedForIme || mAdjustedBounds.isEmpty()) { in applyAdjustForImeIfNeeded()1113 task.alignToAdjustedBounds(mAdjustedBounds, insetBounds, getDockSide() == DOCKED_TOP); in applyAdjustForImeIfNeeded()1134 if (!mAdjustedBounds.isEmpty()) { in dump()[all …]