Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipTaskOrganizer.java657 @Nullable SurfaceControl.Transaction boundsChangeTransaction) { in applyEnterPipSyncTransaction() argument
664 if (boundsChangeTransaction != null) { in applyEnterPipSyncTransaction()
665 wct.setBoundsChangeTransaction(mToken, boundsChangeTransaction); in applyEnterPipSyncTransaction()