Home
last modified time | relevance | path

Searched defs:WindowContainerTransaction (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
H A DLaunchAdjacentControllerTest.kt154 private fun WindowContainerTransaction.getSetLaunchAdjacentFlagRootContainer(): IBinder { regex
164 private fun WindowContainerTransaction.getClearLaunchAdjacentFlagRootContainer(): IBinder { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
H A DDesktopTasksControllerTest.kt756 private fun WindowContainerTransaction.assertReorderAt(index: Int, task: RunningTaskInfo) { regex
765 private fun WindowContainerTransaction.assertReorderSequence(vararg tasks: RunningTaskInfo) { regex
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
H A DFluidResizeTaskPositionerTest.kt563 private fun WindowContainerTransaction.Change.ofBounds(bounds: Rect): Boolean { regex
/aosp14/frameworks/base/core/java/android/window/
H A DWindowContainerTransaction.java60 public final class WindowContainerTransaction implements Parcelable { class
72 public WindowContainerTransaction() {} in WindowContainerTransaction() method in WindowContainerTransaction
74 private WindowContainerTransaction(Parcel in) { in WindowContainerTransaction() method in WindowContainerTransaction