Searched defs:includeFullDisplay (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayContent.java2873 * @param includeFullDisplay true if the screen should not be cropped before capture
2881 boolean includeFullDisplay, float frameScale, Bitmap.Config config,
2883 Bitmap bitmap = screenshotApplications(appToken, width, height, includeFullDisplay,
2922 boolean includeFullDisplay, float frameScale, boolean wallpaperOnly,
2924 return screenshotApplications(appToken, width, height, includeFullDisplay, frameScale,
2929 boolean includeFullDisplay, float frameScale, boolean wallpaperOnly,
2947 final MutableBoolean mutableIncludeFullDisplay = new MutableBoolean(includeFullDisplay);
2880 screenshotApplications(IBinder appToken, int width, int height, boolean includeFullDisplay, float frameScale, Bitmap.Config config, boolean wallpaperOnly, boolean includeDecor) argument
2921 screenshotApplicationsToBuffer(IBinder appToken, int width, int height, boolean includeFullDisplay, float frameScale, boolean wallpaperOnly, boolean includeDecor) argument
2928 screenshotApplications(IBinder appToken, int width, int height, boolean includeFullDisplay, float frameScale, boolean wallpaperOnly, boolean includeDecor, Screenshoter<E> screenshoter) argument
H A DWindowManagerService.java3765 -1 /* height */, true /* includeFullDisplay */, 1f /* frameScale */,
3786 -1 /* width */, -1 /* height */, true /* includeFullDisplay */,
3824 * @param includeFullDisplay true if the screen should not be cropped before capture
3832 int height, boolean includeFullDisplay, float frameScale, Bitmap.Config config,
3844 includeFullDisplay, frameScale, config, wallpaperOnly, includeDecor);
3831 screenshotApplications(IBinder appToken, int displayId, int width, int height, boolean includeFullDisplay, float frameScale, Bitmap.Config config, boolean wallpaperOnly, boolean includeDecor) argument

Completed in 40 milliseconds