History log of /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5030ae34cd5978a8ab8a06f6c3b69b8645873122 01-Nov-2013 Mark Wei <markwei@google.com> Modify ExtendedBitmapDrawable to be more flexible for clients.

Introducing ExtendedOptions:

Clients can now specify the features they want out of a ExtendedBitmapDrawable:
1) Ordered display (decode aggregator)
2) Parallax
3) State changes (placeholder and/or progress bar)

Clients can also specify parameters to those features. These parameters can be
modified and changes take effect immediately.

Change-Id: I15e4f1dbc20473db6798888b07b4bd34c712db21
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
2e4d0863dba53435372ec96538f2ef3e1c3675bf 30-Oct-2013 Mark Wei <markwei@google.com> Make ExtendedBitmapDrawable extend BasicBitmapDrawable.

Modify sample app to use ExtendedBitmapDrawable with the following features:
Parallax,
Placholder and progress,
Decode aggregator.

Change-Id: Ia9e0fe6e6fdab018077a465ddf2a40109efbddf7
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
9c6ac19d4a3d39b7c2992060957920118ff56a65 24-Oct-2013 Mark Wei <markwei@google.com> Relax BasicBitmapView to allow non-BasicBitmapDrawables to be assigned to it.

Rename BasicBitmapView to BitmapDrawableImageView.

Allow asynchronous creating of file.

Change-Id: I0407bf0bf36ae92ce45d2175121a15483f8f72f2
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
912c58d2615936c63d235cb21db9315ddc8a81ab 22-Oct-2013 Mark Wei <markwei@google.com> Remove unused import.

Change-Id: I94aed7408c3765a2c2fc05573aa55bb98c72b17a
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
ea356fbb2c76f0c8ed79901e800d0f7d62dc952d 22-Oct-2013 Mark Wei <markwei@google.com> Fix bitmap sample.

Change-Id: I067a1b7f49ef0ad6ba746b7c35efde61de2cfc88
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java
d2e1718fa8e1199b03dc0d069711b24e946aa858 17-Oct-2013 Sam Blitzstein <sblitz@google.com> Add sample app to bitmap library.

Change-Id: Iec98361f576289447a274f51694d46974f1534ac
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/BitmapRequestKeyImpl.java