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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java5507 * @param force565 if true the returned bitmap will be RGB_565, otherwise it
5512 int height, boolean force565) {
5715 Bitmap bm = Bitmap.createBitmap(width, height, force565 ? Config.RGB_565 : rawss.getConfig());
5511 screenshotApplications(IBinder appToken, int displayId, int width, int height, boolean force565) argument

Completed in 51 milliseconds