Searched refs:mAdjustedBounds (Results 1 – 1 of 1) sorted by relevance
94 private final Rect mAdjustedBounds = new Rect(); field in TaskStack215 if (mAdjustedBounds.equals(bounds) && !isAnimatingForIme()) { in setAdjustedBounds()219 mAdjustedBounds.set(bounds); in setAdjustedBounds()220 final boolean adjusted = !mAdjustedBounds.isEmpty(); in setAdjustedBounds()231 alignTasksToAdjustedBounds(adjusted ? mAdjustedBounds : getRawBounds(), insetBounds); in setAdjustedBounds()352 if (!mAdjustedBounds.isEmpty()) { in getBounds()353 return mAdjustedBounds; in getBounds()1346 if (mMinimizeAmount != 0f || !mAdjustedForIme || mAdjustedBounds.isEmpty()) { in applyAdjustForImeIfNeeded()1351 task.alignToAdjustedBounds(mAdjustedBounds, insetBounds, getDockSide() == DOCKED_TOP); in applyAdjustForImeIfNeeded()1391 mAdjustedBounds.writeToProto(proto, ADJUSTED_BOUNDS); in writeToProto()[all …]