Searched refs:mAdjustedBounds (Results 1 – 1 of 1) sorted by relevance
87 private final Rect mAdjustedBounds = new Rect(); field in TaskStack216 if (mAdjustedBounds.equals(bounds) && !isAnimatingForIme()) { in setAdjustedBounds()220 mAdjustedBounds.set(bounds); in setAdjustedBounds()221 final boolean adjusted = !mAdjustedBounds.isEmpty(); in setAdjustedBounds()232 alignTasksToAdjustedBounds(adjusted ? mAdjustedBounds : mBounds, insetBounds); in setAdjustedBounds()311 if (!mAdjustedBounds.isEmpty()) { in getBounds()312 out.set(mAdjustedBounds); in getBounds()1215 if (mMinimizeAmount != 0f || !mAdjustedForIme || mAdjustedBounds.isEmpty()) { in applyAdjustForImeIfNeeded()1220 task.alignToAdjustedBounds(mAdjustedBounds, insetBounds, getDockSide() == DOCKED_TOP); in applyAdjustForImeIfNeeded()1241 if (!mAdjustedBounds.isEmpty()) { in dump()[all …]