Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDesktopModeWindowDecoration.java945 .onExclusionRegionChanged(mTaskInfo.taskId, getGlobalExclusionRegion());
1060 void onExclusionRegionChanged(int taskId, Region region);
DDesktopModeWindowDecorViewModel.java1187 public void onExclusionRegionChanged(int taskId, Region region) { in onExclusionRegionChanged() method in DesktopModeWindowDecorViewModel.ExclusionRegionListenerImpl
1188 mDesktopTasksController.onExclusionRegionChanged(taskId, region); in onExclusionRegionChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
DDesktopTasksController.kt1325 fun onExclusionRegionChanged(taskId: Int, exclusionRegion: Region) { in <lambda>() method