History log of /packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bdb71cc6acbd78d5aa02d2e142b792247fb6e0bd 08-Jan-2013 George Mount <mount@google.com> Fix slide show animation so that cross fades work.

Bug 7961297
Removed the "Additive" blending, which didn't do anything, even in
OpenGL ES 1.1 implementation. Modified the texturing to
change the color of the pixels based on the supplied alpha
rather than modifying the alpha. This appears to match the
implementation in the OpenGL ES 1.1 pipeline.

Change-Id: I52491af1a8a2d727968e4e805bc4bc61647f5cf2
/packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java
a4eae1abb4f2547dfbda84301ee764ce35464881 11-Dec-2012 John Reck <jreck@google.com> GL packaging refactor

Change-Id: I1d7a95c4f0b91a5ba59030d57cf6865c11b497aa
/packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java
7da54d7e41e04ea5122009b40de19be0724e1ca4 01-Nov-2012 George Mount <mount@google.com> Separate GL calls into GLCanvas in preparation for adding GLES2.

Change-Id: I2756c14294a36af7905766ee650fa08fb95e9477
/packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java
7e6537ca106a80aeb4a52182b31ddc9aa642abe5 04-Oct-2012 Bobby Georgescu <georgescu@google.com> Upscale images to fill screen for slideshow

Bug: 7110382
This fixes the slideshow mode on high-resolution
displays. Note that this will scale up screennails
to fill the screen even if they are fairly low quality.
The resolution to 7232758 will set the size of the
screennails appropriately based on screen size.

Change-Id: I7b5367c2fce1d10f6d5e70c1239d893f54236b10
/packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java
2b3ee0ea07246b859a5b75d8a6102a7cce7ec838 14-Mar-2012 Owen Lin <owenlin@google.com> Reorganize import for all files.

Change-Id: Ia9188bcde727e317e6a476caccaea562f0758b19
/packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java
7d19f7f4281f232b9dceee4a5df390c03e2bd16b 17-Feb-2012 Chih-Chung Chang <chihchung@google.com> Cache animation time value to reduce work and synchronize animation.

Change-Id: I00081bc6037c01dafc56cf017dcc1da448c1d106
/packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java
174cac8f92029fc2829c94f274e70793ae948931 16-Feb-2012 Chih-Chung Chang <chihchung@google.com> Make GLCanvas a bit faster.

(1) make a faster version of translate(x, y).
(2) make mapPoints() faster.
(3) avoid calling canvas.rotate() when it is not needed.

Change-Id: I364e2aa3fc9ee81c43f42f3af8b2d30a1241b482
/packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java
f9a0a4306d589b4a4e20554fed512a603426bfa1 17-Aug-2011 Owen Lin <owenlin@google.com> Initial code for Gallery2.

fix: 5176434

Change-Id: I041e282b9c7b34ceb1db8b033be2b853bb3a992c
/packages/apps/Gallery2/src/com/android/gallery3d/ui/SlideshowView.java