Searched refs:mBoundsChangeTransaction (Results 1 – 1 of 1) sorted by relevance
176 chg.mBoundsChangeTransaction = t; in setBoundsChangeTransaction()1032 private SurfaceControl.Transaction mBoundsChangeTransaction = null; field in WindowContainerTransaction.Change1057 mBoundsChangeTransaction = in Change()1086 mBoundsChangeTransaction = other.mBoundsChangeTransaction; in merge()1087 other.mBoundsChangeTransaction = null; in merge()1200 return mBoundsChangeTransaction; in getBoundsChangeTransaction()1246 if (mBoundsChangeTransaction != null) { in toString()1274 if (mBoundsChangeTransaction != null) { in writeToParcel()1275 mBoundsChangeTransaction.writeToParcel(dest, flags); in writeToParcel()