Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DWindowContainerTransaction.java138 chg.mBoundsChangeTransaction = t; in setBoundsChangeTransaction()
353 private SurfaceControl.Transaction mBoundsChangeTransaction = null; field in WindowContainerTransaction.Change
373 mBoundsChangeTransaction = in Change()
398 mBoundsChangeTransaction = other.mBoundsChangeTransaction; in merge()
399 other.mBoundsChangeTransaction = null; in merge()
471 return mBoundsChangeTransaction; in getBoundsChangeTransaction()
509 if (mBoundsChangeTransaction != null) { in toString()
528 if (mBoundsChangeTransaction != null) { in writeToParcel()
529 mBoundsChangeTransaction.writeToParcel(dest, flags); in writeToParcel()