summaryrefslogtreecommitdiff
path: root/docs/html/sdk/api_diff/12/changes
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2012-10-18 12:01:34 -0700
committerChet Haase <chet@google.com>2012-10-18 12:41:54 -0700
commit5f0d976b37b919b74509b6f22e4ad3fa56422f6c (patch)
treefd9777b63afd7577a95b9390305465f16e607a33 /docs/html/sdk/api_diff/12/changes
parent18937b22099723447388547a2d67f25bde6bdb10 (diff)
Track size changes correctly for static wallpapers
Previous logic compared the surface size to the bitmap size to determine whether to reload the bitmap. This was based on an assumption that the bitmap would be created at the same sizea s the surface. However, the process of how those sizes get determined is different for surfaces and wallpapers, causing an occasional issue where the bitmap gets reloaded frequently, every time the wallpaper is asked to redraw, even though it always gets recreated at the same size. New logic checks previous surface dimensions against current surface dimensions to determine whether the bitmap should be reloaded; we really only want to reload it when the surface size changes. Issue #7373200 pause when toggling between All Apps and Home screen; Home button stays illuminated for a long time Change-Id: I108777b72bd42616ad7cf8274af1b3e6b2ed94e7
Diffstat (limited to 'docs/html/sdk/api_diff/12/changes')
0 files changed, 0 insertions, 0 deletions