Searched refs:onExclusionRegionChanged (Results 1 – 3 of 3) sorted by relevance
945 .onExclusionRegionChanged(mTaskInfo.taskId, getGlobalExclusionRegion());1060 void onExclusionRegionChanged(int taskId, Region region);
1187 public void onExclusionRegionChanged(int taskId, Region region) { in onExclusionRegionChanged() method in DesktopModeWindowDecorViewModel.ExclusionRegionListenerImpl1188 mDesktopTasksController.onExclusionRegionChanged(taskId, region); in onExclusionRegionChanged()
1325 fun onExclusionRegionChanged(taskId: Int, exclusionRegion: Region) { in <lambda>() method