Searched refs:toWindowContainerToken (Results 1 – 16 of 16) sorted by relevance
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TransitionTests.java | 111 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 D | WindowOrganizerTests.java | 444 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 D | DisplayAreaOrganizerTest.java | 149 .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 D | TaskFragmentOrganizerControllerTest.java | 92 mFragmentWindowToken = mTaskFragment.mRemoteToken.toWindowContainerToken(); in setup() 331 final WindowContainerToken token2 = taskFragment2.mRemoteToken.toWindowContainerToken(); in testApplyTransaction_enforceHierarchyChange_setAdjacentRoots()
|
H A D | DisplayAreaTest.java | 580 assertThat(info.token).isEqualTo(displayArea.mRemoteToken.toWindowContainerToken()); in testGetDisplayAreaInfo()
|
H A D | TaskLaunchParamsModifierTests.java | 189 .mRemoteToken.toWindowContainerToken()); in testUsesOptionsDisplayAreaTokenIfSet() 468 mDefaultDisplay.getDefaultTaskDisplayArea().mRemoteToken.toWindowContainerToken()); in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayArea()
|
H A D | DisplayContentTests.java | 1711 WindowContainerToken dcToken = dc.mRemoteToken.toWindowContainerToken(); in testShellTransitRotation()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityStartController.java | 161 .toWindowContainerToken()); in startHomeActivity()
|
H A D | Transition.java | 1200 target.mRemoteToken != null ? target.mRemoteToken.toWindowContainerToken() in calculateTransitionInfo() 1204 change.setParent(info.mParent.mRemoteToken.toWindowContainerToken()); in calculateTransitionInfo()
|
H A D | DisplayArea.java | 498 final DisplayAreaInfo info = new DisplayAreaInfo(mRemoteToken.toWindowContainerToken(), in getDisplayAreaInfo()
|
H A D | TaskOrganizerController.java | 801 return task.getRootTask().mRemoteToken.toWindowContainerToken(); in getImeTarget()
|
H A D | TaskDisplayArea.java | 1534 root.getChildAt(j).mRemoteToken.toWindowContainerToken();
|
H A D | TaskFragment.java | 2226 mRemoteToken.toWindowContainerToken(), in getTaskFragmentInfo()
|
H A D | WindowContainer.java | 3330 WindowContainerToken toWindowContainerToken() { in toWindowContainerToken() method in WindowContainer.RemoteToken
|
H A D | Task.java | 3450 info.token = mRemoteToken.toWindowContainerToken();
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 49458 HSPLcom/android/server/wm/WindowContainer$RemoteToken;->toWindowContainerToken()Landroid/window/Win…
|