Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/
DLaunchAdjacentControllerTest.kt154 private fun WindowContainerTransaction.getSetLaunchAdjacentFlagRootContainer(): IBinder { in WindowContainerTransaction() method
164 private fun WindowContainerTransaction.getClearLaunchAdjacentFlagRootContainer(): IBinder { in WindowContainerTransaction() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/homecontrols/
DTaskFragmentComponent.kt141 private fun WindowContainerTransaction.startActivity(intent: Intent) = in <lambda>() method
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/
DDesktopTasksControllerTest.kt1805 private fun WindowContainerTransaction.assertIndexInBounds(index: Int) { in assertIndexInBounds() method
1811 private fun WindowContainerTransaction.assertReorderAt( in WindowContainerTransaction() method
1823 private fun WindowContainerTransaction.assertReorderSequence(vararg tasks: RunningTaskInfo) { in assertReorderSequence() method
1829 private fun WindowContainerTransaction.assertRemoveAt(index: Int, token: WindowContainerToken) { in assertRemoveAt() method
1836 private fun WindowContainerTransaction.assertPendingIntentAt(index: Int, intent: Intent) { in WindowContainerTransaction() method
1843 private fun WindowContainerTransaction.assertLaunchTaskAt( in WindowContainerTransaction() method
1858 private fun WindowContainerTransaction?.anyDensityConfigChange( in anyDensityConfigChange() method
/frameworks/base/core/java/android/window/
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
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/windowdecor/
DFluidResizeTaskPositionerTest.kt620 private fun WindowContainerTransaction.Change.ofBounds(bounds: Rect): Boolean { in <lambda>() method
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java659 BiConsumer<WindowContainerTransaction, WindowContainerToken> addOp) { in testTaskFragmentChangesWithoutSystemOrganizerThrowException()