Searched defs:WindowContainerTransaction (Results 1 – 6 of 6) sorted by relevance
154 private fun WindowContainerTransaction.getSetLaunchAdjacentFlagRootContainer(): IBinder { in WindowContainerTransaction() method164 private fun WindowContainerTransaction.getClearLaunchAdjacentFlagRootContainer(): IBinder { in WindowContainerTransaction() method
141 private fun WindowContainerTransaction.startActivity(intent: Intent) = in <lambda>() method
1805 private fun WindowContainerTransaction.assertIndexInBounds(index: Int) { in assertIndexInBounds() method1811 private fun WindowContainerTransaction.assertReorderAt( in WindowContainerTransaction() method1823 private fun WindowContainerTransaction.assertReorderSequence(vararg tasks: RunningTaskInfo) { in assertReorderSequence() method1829 private fun WindowContainerTransaction.assertRemoveAt(index: Int, token: WindowContainerToken) { in assertRemoveAt() method1836 private fun WindowContainerTransaction.assertPendingIntentAt(index: Int, intent: Intent) { in WindowContainerTransaction() method1843 private fun WindowContainerTransaction.assertLaunchTaskAt( in WindowContainerTransaction() method1858 private fun WindowContainerTransaction?.anyDensityConfigChange( in anyDensityConfigChange() method
60 public final class WindowContainerTransaction implements Parcelable { class72 public WindowContainerTransaction() {} in WindowContainerTransaction() method in WindowContainerTransaction74 private WindowContainerTransaction(Parcel in) { in WindowContainerTransaction() method in WindowContainerTransaction
620 private fun WindowContainerTransaction.Change.ofBounds(bounds: Rect): Boolean { in <lambda>() method
659 BiConsumer<WindowContainerTransaction, WindowContainerToken> addOp) { in testTaskFragmentChangesWithoutSystemOrganizerThrowException()