Searched refs:screenshotApplications (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | AppWindowContainerController.java | 749 public Bitmap screenshotApplications(int displayId, int width, int height, float frameScale) { in screenshotApplications() method in AppWindowContainerController 761 return dc.screenshotApplications(mToken.asBinder(), width, height, in screenshotApplications()
|
D | DisplayContent.java | 2848 Bitmap screenshotApplications(IBinder appToken, int width, int height, in screenshotApplications() method in DisplayContent 2851 Bitmap bitmap = screenshotApplications(appToken, width, height, includeFullDisplay, in screenshotApplications() 2892 return screenshotApplications(appToken, width, height, includeFullDisplay, frameScale, in screenshotApplicationsToBuffer() 2896 private <E> E screenshotApplications(IBinder appToken, int width, int height, in screenshotApplications() method in DisplayContent
|
D | WindowManagerService.java | 3704 return screenshotApplications(null /* appToken */, DEFAULT_DISPLAY, -1 /* width */, in screenshotWallpaper() 3725 Bitmap bm = screenshotApplications(null /* appToken */, DEFAULT_DISPLAY, in requestAssistScreenshot() 3771 private Bitmap screenshotApplications(IBinder appToken, int displayId, int width, in screenshotApplications() method in WindowManagerService 3783 return displayContent.screenshotApplications(appToken, width, height, in screenshotApplications()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityRecord.java | 1574 return mWindowContainerController.screenshotApplications(getDisplayId(), w, h, scale); in screenshotActivityLocked()
|