Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java615 taskDisplayArea.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_taskDisplayArea()
625 taskDisplayArea.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_taskDisplayArea()
650 mDisplayContent.mRemoteToken.toWindowContainerToken(), in testSetIgnoreOrientationRequest_displayContent()
870 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback()
886 wct.reparent(rootTask.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback()
888 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testTaskInfoCallback()
928 wct.reparent(rootTask.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction()
931 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction()
942 wct.reparent(rootTask2.mRemoteToken.toWindowContainerToken(), in testHierarchyTransaction()
1288 wct.reparent(task1.mRemoteToken.toWindowContainerToken(), in testReparentToOrganizedTask()
[all …]
H A DTransitionTests.java170 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
171 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
178 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
179 assertNotNull(info.getChange(oldTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
186 assertNotNull(info.getChange(newTask.mRemoteToken.toWindowContainerToken())); in testCreateInfo_NewTask()
285 assertNotNull(info.getChange(tda.mRemoteToken.toWindowContainerToken())); in testCreateInfo_DisplayArea()
292 assertNotNull(info.getChange(tda.mRemoteToken.toWindowContainerToken())); in testCreateInfo_DisplayArea()
519 assertTrue(info.getChange(newTask.mRemoteToken.toWindowContainerToken()) in testCreateInfo_NoAnimation()
530 assertFalse(info.getChange(newTask.mRemoteToken.toWindowContainerToken()) in testCreateInfo_NoAnimation()
604 assertEquals(mDisplayContent.mRemoteToken.toWindowContainerToken(), in testTargets_noIntermediatesToWallpaper()
[all …]
H A DDisplayAreaOrganizerTest.java142 .isEqualTo(wc.mRemoteToken.toWindowContainerToken()); in testCreateTaskDisplayArea_topBelowRoot()
166 .isEqualTo(wc.mRemoteToken.toWindowContainerToken()); in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea()
224 mOrganizerController.deleteTaskDisplayArea(newTda.mRemoteToken.toWindowContainerToken()); in testDeleteTaskDisplayArea()
267 tda.mRemoteToken.toWindowContainerToken())); in testDeleteTaskDisplayArea_invalidTaskDisplayArea()
H A DContentRecordingControllerTests.java130 mRootTaskToken.toWindowContainerToken().asBinder()); in testSetContentRecordingSessionLocked_updateSession_noLongerWaiting_accepted()
151 mRootTaskToken.toWindowContainerToken().asBinder()); in testSetContentRecordingSessionLocked_invalidUpdateSession_notWaiting_notAccepted()
H A DDisplayAreaPolicyBuilderTest.java786 final WindowContainerToken fakeToken = mRoot.mRemoteToken.toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_InvalidTdaToken_ReturnsDefaultTda()
818 .toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_TdaOnDifferentDisplay_ThrowException()
847 .toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_ContainsTdaToken_ReturnsTda()
854 final WindowContainerToken tda1Token = mTda1.mRemoteToken.toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_ContainsTdaToken_ReturnsTda()
860 final WindowContainerToken tda2Token = mTda2.mRemoteToken.toWindowContainerToken(); in testGetTaskDisplayArea_DefaultFunction_ContainsTdaToken_ReturnsTda()
H A DTaskFragmentOrganizerControllerTest.java157 mFragmentWindowToken = mTaskFragment.mRemoteToken.toWindowContainerToken(); in setup()
1455 mTransaction.setRelativeBounds(mTaskFragment.mRemoteToken.toWindowContainerToken(), in testMinDimensionViolation_setRelativeBounds()
1529 final WindowContainerToken token = mTaskFragment.mRemoteToken.toWindowContainerToken(); in testApplyTransaction_setRelativeBounds()
1568 final WindowContainerToken token = mTaskFragment.mRemoteToken.toWindowContainerToken(); in testUntrustedEmbedding_setRelativeBounds_adjustToTaskBounds()
1764 mFragmentWindowToken = mTaskFragment.mRemoteToken.toWindowContainerToken(); in setupTaskFragmentInPip()
H A DWindowManagerServiceTests.java819 task.mRemoteToken.toWindowContainerToken().asBinder()); in setContentRecordingSession_matchingTask_mutatesSessionWithWindowContainerToken()
1021 when(remoteToken.toWindowContainerToken()).thenReturn(wct); in setupActivityWithLaunchCookie()
H A DDisplayAreaTest.java603 assertThat(info.token).isEqualTo(displayArea.mRemoteToken.toWindowContainerToken()); in testGetDisplayAreaInfo()
H A DTaskLaunchParamsModifierTests.java192 .mRemoteToken.toWindowContainerToken()); in testUsesOptionsDisplayAreaTokenIfSet()
493 mDefaultDisplay.getDefaultTaskDisplayArea().mRemoteToken.toWindowContainerToken()); in testNotOverrideDisplayAreaWhenActivityOptionsHasDisplayAreaToken()
H A DActivityStarterTests.java1109 .setLaunchRootTask(adjacentParent.mRemoteToken.toWindowContainerToken()); in testAdjustLaunchTargetWithAdjacentTask()
H A DDisplayContentTests.java2104 WindowContainerToken dcToken = dc.mRemoteToken.toWindowContainerToken(); in testShellTransitRotation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStartController.java180 .toWindowContainerToken()); in startHomeActivity()
H A DDisplayArea.java634 final DisplayAreaInfo info = new DisplayAreaInfo(mRemoteToken.toWindowContainerToken(), in getDisplayAreaInfo()
H A DTransition.java2413 target.mRemoteToken != null ? target.mRemoteToken.toWindowContainerToken() in calculateTransitionInfo()
2417 change.setParent(info.mEndParent.mRemoteToken.toWindowContainerToken()); in calculateTransitionInfo()
2421 change.setLastParent(info.mStartParent.mRemoteToken.toWindowContainerToken()); in calculateTransitionInfo()
H A DTaskOrganizerController.java1019 return task.mRemoteToken.toWindowContainerToken(); in getImeTarget()
H A DTaskFragment.java2638 mRemoteToken.toWindowContainerToken(), in getTaskFragmentInfo()
H A DWindowContainer.java3886 WindowContainerToken toWindowContainerToken() { in toWindowContainerToken() method in WindowContainer.RemoteToken
H A DTask.java3403 info.token = mRemoteToken.toWindowContainerToken();
H A DWindowManagerService.java8716 targetActivity.getTask().mRemoteToken.toWindowContainerToken(); in getTaskWindowContainerTokenForLaunchCookie()
/aosp14/frameworks/base/services/
H A Dart-profile11717 HSPLcom/android/server/wm/WindowContainer$RemoteToken;->toWindowContainerToken()Landroid/window/Win…