Searched refs:includeDecor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayContent.java | 2850 boolean wallpaperOnly, boolean includeDecor) { in screenshotApplications() argument 2852 frameScale, wallpaperOnly, includeDecor, SurfaceControl::screenshot); in screenshotApplications() 2891 boolean includeDecor) { in screenshotApplicationsToBuffer() argument 2893 wallpaperOnly, includeDecor, SurfaceControl::screenshotToBuffer); in screenshotApplicationsToBuffer() 2898 boolean includeDecor, Screenshoter<E> screenshoter) { in screenshotApplications() argument 2976 if (includeDecor) { in screenshotApplications()
|
D | WindowManagerService.java | 3773 boolean wallpaperOnly, boolean includeDecor) { in screenshotApplications() argument 3784 includeFullDisplay, frameScale, config, wallpaperOnly, includeDecor); in screenshotApplications()
|