Searched refs:mBoundsChangeSurfaceBounds (Results 1 – 1 of 1) sorted by relevance
216 if (chg.mBoundsChangeSurfaceBounds == null) { in setBoundsChangeTransaction()217 chg.mBoundsChangeSurfaceBounds = new Rect(); in setBoundsChangeTransaction()219 chg.mBoundsChangeSurfaceBounds.set(surfaceBounds); in setBoundsChangeTransaction()1098 private Rect mBoundsChangeSurfaceBounds = null; field in WindowContainerTransaction.Change1127 mBoundsChangeSurfaceBounds = new Rect(); in Change()1128 mBoundsChangeSurfaceBounds.readFromParcel(in); in Change()1178 if (other.mBoundsChangeSurfaceBounds != null) { in merge()1179 mBoundsChangeSurfaceBounds = transfer ? other.mBoundsChangeSurfaceBounds in merge()1180 : new Rect(other.mBoundsChangeSurfaceBounds); in merge()1278 return mBoundsChangeSurfaceBounds; in getBoundsChangeSurfaceBounds()[all …]