Home
last modified time | relevance | path

Searched refs:mBoundsChangeTransaction (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java176 chg.mBoundsChangeTransaction = t; in setBoundsChangeTransaction()
1032 private SurfaceControl.Transaction mBoundsChangeTransaction = null; field in WindowContainerTransaction.Change
1057 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()