| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Change-Id: Ie3efc7f35908b77e6dd9fcffcea3a5d24a8fd45b
|
|
|
|
| |
Change-Id: Ie659cfdc1bce12f51aca4a636ea117142f8c4be1
|
|
|
|
|
|
|
|
|
|
| |
Also fix some makefiles to make sure the notices are
picked up.
- move the makefile outside of the source folder.
- resources are now in the source folder directly instead
of being inside src/resources. It's much simpler.
Change-Id: Ica8ee4c2bc8a9b035d23fc914d4137cdca7e567d
|
|
|
|
| |
Change-Id: I6d23c6495622214f94502a73ebf80def0fb55e1a
|
|
|
|
| |
Change-Id: I0932f8a51d30c256157fccf67e77cf165ba93b58
|
|
|
|
|
|
|
| |
Forgot to change one line that test against 1 for
left index, when lines now start at 0.
Change-Id: Ib9a7779d8fd70b3b0c6b243bf67d77aa986b13a6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since we moved the 9-patch chunk out of the NinePatch, the image
content portion is not in our control (it's owned by the default
implementation of NinePatchDrawable through an Android Bitmap),
and therefore should not include the control outer line.
This changeset makes the bitmap contains only the extracted
content and makes the computation of the patches take into account that
the draw method will be applied on a bitmap that is only
the content without the control line.
Basically the computation of the patches/fixed rectangle exclude the
outer control line.
Change-Id: I29c2224ee2311962b30d1fb155b85d5731d4e6ec
|
|
|
|
|
|
|
|
|
|
|
| |
The chunk is what is used separately by the default NinePatch class,
through serialization to make a byte[] out of it.
Since we are moving away from replacement classes to delegate, splitting
the chunk info away from the image allows us to use the normal
NinePatch(Drawable).
Change-Id: Ifd86dc2aa9b485d0e97a2d4a248621cfcddda9ab
|
|
|
|
| |
Change-Id: Iafd228336791a4a5b3b9443ba7ea075f8bf1d8a0
|
|
|
|
|
|
|
| |
This will be used by the tests.
Also added the eclipse project files.
Change-Id: I56443773d90594475fc3f14464d48e56d5a1bbb5
|
| |
|
| |
|
| |
|
|
|