Home
last modified time | relevance | path

Searched refs:tdaInfo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayAreaOrganizerTest.java131 final DisplayAreaAppearedInfo tdaInfo = mOrganizerController.createTaskDisplayArea( in testCreateTaskDisplayArea_topBelowRoot() local
140 assertThat(tdaInfo.getDisplayAreaInfo().displayId).isEqualTo(DEFAULT_DISPLAY); in testCreateTaskDisplayArea_topBelowRoot()
141 assertThat(tdaInfo.getDisplayAreaInfo().token) in testCreateTaskDisplayArea_topBelowRoot()
147 assertThat(tda.mFeatureId).isEqualTo(tdaInfo.getDisplayAreaInfo().featureId); in testCreateTaskDisplayArea_topBelowRoot()
157 final DisplayAreaAppearedInfo tdaInfo = mOrganizerController.createTaskDisplayArea( in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea() local
164 assertThat(tdaInfo.getDisplayAreaInfo().displayId).isEqualTo(DEFAULT_DISPLAY); in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea()
165 assertThat(tdaInfo.getDisplayAreaInfo().token) in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea()
171 assertThat(tda.mFeatureId).isEqualTo(tdaInfo.getDisplayAreaInfo().featureId); in testCreateTaskDisplayArea_topBelowAnotherTaskDisplayArea()
216 final DisplayAreaAppearedInfo tdaInfo = mOrganizerController.createTaskDisplayArea( in testDeleteTaskDisplayArea() local
218 final int tdaFeatureId = tdaInfo.getDisplayAreaInfo().featureId; in testDeleteTaskDisplayArea()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayAreaOrganizerController.java240 final DisplayAreaAppearedInfo tdaInfo = organizeDisplayArea(organizer, tda, in createTaskDisplayArea() local
243 return tdaInfo; in createTaskDisplayArea()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt1045 val tdaInfo = rootTaskDisplayAreaOrganizer.getDisplayAreaInfo(taskInfo.displayId)!! in <lambda>() constant
1046 val tdaWindowingMode = tdaInfo.configuration.windowConfiguration.windowingMode in <lambda>()
1068 val tdaInfo = rootTaskDisplayAreaOrganizer.getDisplayAreaInfo(taskInfo.displayId)!! in <lambda>() constant
1069 val tdaWindowingMode = tdaInfo.configuration.windowConfiguration.windowingMode in <lambda>()