Searched refs:mBoundsChangeSurfaceBounds (Results 1 – 1 of 1) sorted by relevance
203 if (chg.mBoundsChangeSurfaceBounds == null) { in setBoundsChangeTransaction()204 chg.mBoundsChangeSurfaceBounds = new Rect(); in setBoundsChangeTransaction()206 chg.mBoundsChangeSurfaceBounds.set(surfaceBounds); in setBoundsChangeTransaction()1033 private Rect mBoundsChangeSurfaceBounds = null; field in WindowContainerTransaction.Change1061 mBoundsChangeSurfaceBounds = new Rect(); in Change()1062 mBoundsChangeSurfaceBounds.readFromParcel(in); in Change()1111 if (other.mBoundsChangeSurfaceBounds != null) { in merge()1112 mBoundsChangeSurfaceBounds = transfer ? other.mBoundsChangeSurfaceBounds in merge()1113 : new Rect(other.mBoundsChangeSurfaceBounds); in merge()1204 return mBoundsChangeSurfaceBounds; in getBoundsChangeSurfaceBounds()[all …]