Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java189 chg.mBoundsChangeTransaction = t; in setBoundsChangeTransaction()
1097 private SurfaceControl.Transaction mBoundsChangeTransaction = null; field in WindowContainerTransaction.Change
1123 mBoundsChangeTransaction = in Change()
1153 mBoundsChangeTransaction = other.mBoundsChangeTransaction; in merge()
1154 other.mBoundsChangeTransaction = null; in merge()
1274 return mBoundsChangeTransaction; in getBoundsChangeTransaction()
1326 if (mBoundsChangeTransaction != null) { in toString()
1357 if (mBoundsChangeTransaction != null) { in writeToParcel()
1358 mBoundsChangeTransaction.writeToParcel(dest, flags); in writeToParcel()