Searched refs:mAdjustedBounds (Results 1 – 1 of 1) sorted by relevance
106 private final Rect mAdjustedBounds = new Rect(); field in TaskStack197 if (mAdjustedBounds.equals(bounds) && !isAnimatingForIme()) { in setAdjustedBounds()201 mAdjustedBounds.set(bounds); in setAdjustedBounds()202 final boolean adjusted = !mAdjustedBounds.isEmpty(); in setAdjustedBounds()213 alignTasksToAdjustedBounds(adjusted ? mAdjustedBounds : getRawBounds(), insetBounds); in setAdjustedBounds()311 if (!mAdjustedBounds.isEmpty()) { in getBounds()312 return mAdjustedBounds; in getBounds()1327 if (mMinimizeAmount != 0f || !mAdjustedForIme || mAdjustedBounds.isEmpty()) { in applyAdjustForImeIfNeeded()1332 task.alignToAdjustedBounds(mAdjustedBounds, insetBounds, getDockSide() == DOCKED_TOP); in applyAdjustForImeIfNeeded()1377 mAdjustedBounds.writeToProto(proto, ADJUSTED_BOUNDS); in writeToProto()[all …]