Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java1002 @Nullable SurfaceControl.Transaction boundsChangeTransaction) { in applyEnterPipSyncTransaction() argument
1011 if (boundsChangeTransaction != null) { in applyEnterPipSyncTransaction()
1012 wct.setBoundsChangeTransaction(mToken, boundsChangeTransaction); in applyEnterPipSyncTransaction()