Loading quickstep/libs/sysui_shared.jar +3.03 KiB (91 KiB) File changed.No diff preview for this file type. View original file View changed file quickstep/src/com/android/quickstep/TouchInteractionService.java +1 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,7 @@ public class TouchInteractionService extends Service { // TODO: We are using some hardcoded layers for now, to best approximate the activity layers try { return mISystemUiProxy.screenshot(new Rect(), mDisplaySize.x, mDisplaySize.y, 0, 100000, false, mDisplayRotation); false, mDisplayRotation).toBitmap(); } catch (RemoteException e) { Log.e(TAG, "Error capturing snapshot", e); return null; Loading Loading
quickstep/libs/sysui_shared.jar +3.03 KiB (91 KiB) File changed.No diff preview for this file type. View original file View changed file
quickstep/src/com/android/quickstep/TouchInteractionService.java +1 −1 Original line number Diff line number Diff line Loading @@ -256,7 +256,7 @@ public class TouchInteractionService extends Service { // TODO: We are using some hardcoded layers for now, to best approximate the activity layers try { return mISystemUiProxy.screenshot(new Rect(), mDisplaySize.x, mDisplaySize.y, 0, 100000, false, mDisplayRotation); false, mDisplayRotation).toBitmap(); } catch (RemoteException e) { Log.e(TAG, "Error capturing snapshot", e); return null; Loading