Home
last modified time | relevance | path

Searched refs:otherDisplayId (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopModeTaskRepository.kt238 for (otherDisplayId in otherDisplays) { in <lambda>() method
239 if (displayData[otherDisplayId].visibleTasks.remove(taskId)) { in <lambda>()
241 otherDisplayId, in <lambda>()
242 displayData[otherDisplayId].visibleTasks.size in <lambda>()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMagnificationProcessorTest.java262 final int otherDisplayId = TEST_DISPLAY + 1; in getCurrentMode_changeOtherDisplayMode_returnDefaultModeOnDefaultDisplay() local
263 setMagnificationActivated(otherDisplayId, MAGNIFICATION_MODE_WINDOW); in getCurrentMode_changeOtherDisplayMode_returnDefaultModeOnDefaultDisplay()