History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
508b4e6de8fcc531e0fc4f5497d0c01aa98eeee3 28-Jun-2016 Jeff Sharkey <jsharkey@android.com> Skip screenshots when user storage is locked.

Screenshots are written to shared storage, which isn't available
until after the user unlocks their device for the first time. So
instead of showing a misleading animation and then the "failed to
persist" notification, skip the screenshot completely when storage
is locked.

Bug: 27208608
Change-Id: I654c6688f68b2395f6e6065aa716551948f302b3
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
6ca619fe1aff489e1227b0db6a77c96e973a1db3 08-Mar-2016 Muyuan Li <muyuanli@google.com> Partial screenshot

Added a partial screenshot function in TakeScreenshotService
also added corresponding shortcut keys in PhoneWindowManager

Bug: 26820467
Change-Id: Id67cd3b4b0eed848eb4665056766546500bdac88
(cherry picked from commit 03e45541e9d54a2f285906ac7b5bcb374db14495)
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
de84f0e77ea2bf713d15c290264059a413c2486a 12-Jun-2013 John Spurlock <jspurlock@google.com> Organize the imports in systemui.

To follow android conventions, more importantly to remove the
unused.

Change-Id: I75881718e84360a579a3b02c26489ad250bc9227
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
3a5a774954d28911bbf9eaa7dfd8329a085fbdc5 02-Apr-2013 Winson Chung <winsonc@google.com> Fixing NPE on screenshot error. (Bug 8328886)

Change-Id: Id47b8429c512c02e63d86de2ce37bd8e3ee02359
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
5cc9a31534749d8bc220ab577b1e201c0239e282 11-Feb-2013 Winson Chung <winsonc@google.com> Manually recycling bitmap memory when rotating ss, resetting canvas bitmap, adding logging. (Bug 7974275)

Change-Id: I1b0590a297610ee5fee4e68222144780ab6e55ec
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
a63bb84bbe98e72871c2138ab3eb517d0f9a80ef 17-Oct-2011 Winson Chung <winsonc@google.com> Updating screenshot animation and behaviour. (Bug: 5333706)

- Removing the second ticker text
- Adding a new animation to the status bar
- Adding a large icon to the notification

Change-Id: I8778178519fc72ffc299e8d624069b684475191d
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
c57ccf01fe24ce508404c99b449e9097e6d8b270 14-Oct-2011 Winson Chung <winsonc@google.com> Showing notifications after taking a screenshot (Bug: 5333706)

- Fixing issue where ticker and swipe-to-remove wasn't working for updated notifications

Change-Id: Ib8ef07778a11028c9c2627830ee1dd4561d2ae3b
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
fc8fa638617efb5695a1f89ea75375faebbe2a40 18-Aug-2011 Dianne Hackborn <hackbod@google.com> Fix issue #5128639: SystemUI grows by 10MB after taking a screenshot

We now do the screenshot in a separate process.

Also change the recents panel to not use hardware acceleration
on lower-end devices. And improve how it gets shown to not
load all data up-front which results in a long delay when you have
lots of recents.

Change-Id: Ia309a90f9939e5405758621b3f7114597bd0c02a
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java
9112ec3039dda4186c6f957981237c0691db2269 27-Jun-2011 Winson Chung <winsonc@google.com> Binding Pwr+VolDown to take screenshot.

Change-Id: I77b018538f6bc870f59df0b5336ba95f4582beec
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/TakeScreenshotService.java