Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java111 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
112 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
119 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
120 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
127 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
128 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
169 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NestedTasks()
170 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NestedTasks()
215 assertNotNull(info.getChange(tda.mRemoteToken.toWindowContainerToken())); in testCreateInfo_DisplayArea()
223 assertNotNull(info.getChange(tda.mRemoteToken.toWindowContainerToken())); in testCreateInfo_DisplayArea()
[all …]
H A DWindowOrganizerTests.java444 taskDisplayArea.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_taskDisplayArea()
454 taskDisplayArea.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_taskDisplayArea()
479 mDisplayContent.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_displayContent()
650 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback()
665 wct.reparent(rootTask.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback()
667 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback()
710 wct.reparent(rootTask.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction()
712 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction()
723 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction()
1063 wct.reparent(task1.mRemoteToken.toWindowContainerToken(), in testReparentToOrganizedTask()
[all …]
H A DDisplayAreaOrganizerTest.java149 .isEqualTo(wc.mRemoteToken.toWindowContainerToken()); in testCreateTaskDisplayArea_topBelowRoot()
173 .isEqualTo(wc.mRemoteToken.toWindowContainerToken()); in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea()
231 mOrganizerController.deleteTaskDisplayArea(newTda.mRemoteToken.toWindowContainerToken()); in testDeleteTaskDisplayArea()
274 tda.mRemoteToken.toWindowContainerToken())); in testDeleteTaskDisplayArea_invalidTaskDisplayArea()
H A DTaskFragmentOrganizerControllerTest.java92 mFragmentWindowToken = mTaskFragment.mRemoteToken.toWindowContainerToken(); in setup()
331 final WindowContainerToken token2 = taskFragment2.mRemoteToken.toWindowContainerToken(); in testApplyTransaction_enforceHierarchyChange_setAdjacentRoots()
H A DDisplayAreaTest.java580 assertThat(info.token).isEqualTo(displayArea.mRemoteToken.toWindowContainerToken()); in testGetDisplayAreaInfo()
H A DTaskLaunchParamsModifierTests.java189 .mRemoteToken.toWindowContainerToken()); in testUsesOptionsDisplayAreaTokenIfSet()
468 mDefaultDisplay.getDefaultTaskDisplayArea().mRemoteToken.toWindowContainerToken()); in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayArea()
H A DDisplayContentTests.java1711 WindowContainerToken dcToken = dc.mRemoteToken.toWindowContainerToken(); in testShellTransitRotation()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartController.java161 .toWindowContainerToken()); in startHomeActivity()
H A DTransition.java1200 target.mRemoteToken != null ? target.mRemoteToken.toWindowContainerToken() in calculateTransitionInfo()
1204 change.setParent(info.mParent.mRemoteToken.toWindowContainerToken()); in calculateTransitionInfo()
H A DDisplayArea.java498 final DisplayAreaInfo info = new DisplayAreaInfo(mRemoteToken.toWindowContainerToken(), in getDisplayAreaInfo()
H A DTaskOrganizerController.java801 return task.getRootTask().mRemoteToken.toWindowContainerToken(); in getImeTarget()
H A DTaskDisplayArea.java1534 root.getChildAt(j).mRemoteToken.toWindowContainerToken();
H A DTaskFragment.java2226 mRemoteToken.toWindowContainerToken(), in getTaskFragmentInfo()
H A DWindowContainer.java3330 WindowContainerToken toWindowContainerToken() { in toWindowContainerToken() method in WindowContainer.RemoteToken
H A DTask.java3450 info.token = mRemoteToken.toWindowContainerToken();
/aosp12/frameworks/base/services/
H A Dart-profile49458 HSPLcom/android/server/wm/WindowContainer$RemoteToken;->toWindowContainerToken()Landroid/window/Win…