• Home
  • History
  • Annotate
  • only in /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
History log of /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
05de8fb29af618b0b3446fe81caca7402c6da666 23-Sep-2015 Keisuke Kuroyanagi <ksk@google.com> Add tests: Paint#measureText for bidirectional text.

Bug: 22408712
Change-Id: Idff949fcabf360c994a0e3397cf6ec90d3a31162
aintTest.java
2779b5978fc1d466cdfb3cf2c4a4a509663d1dd2 29-Sep-2015 Keisuke Kuroyanagi <ksk@google.com> Add tests for Paint#getTextRunAdvances

Bug: 24308179
Change-Id: Ic979e67c10fb18c1333963d8b27352968977f28f
aintTest.java
02cd9f91a6bd6d06d6d1237f8b978a0ab0b8ea32 14-May-2015 Dan Sandler <dsandler@android.com> Use Context instead of Resources in Icon.createWithResource.

This works around situations where corrupted packages cause
Resources.getResourcePackageName to return something that
does't actually work.

Bug: 21144636
Change-Id: I271518599a8eb89d493f1ceda6cb2e47fb38a4ff
rawable/IconTest.java
877d696c382ecb8a97972450c8819536641a963c 13-May-2015 Dan Sandler <dsandler@android.com> Icon API tuneups:

- Reorder parameters to loadDrawableAsync()
- New version of createWithResource that takes a package
name instead of a Resources
- Add loadDrawableAsUser() for INTERACT_ACROSS_USERS clients
like SystemUI
- Docs cleanups

Bug: 21089268
Bug: 21031774
Change-Id: I465d2b865e35e12094b564f994e59d55e522f65a
rawable/IconTest.java
b9f7aac3488873677377b36c57338d758098f78e 04-Mar-2015 Dan Sandler <dsandler@android.com> Icon: a clean, parcelable place for images.

Binder APIs which wish to consume Bitmaps *and* drawable
resources can now do so by using Icon, a kind of union type
that accommodates each of these. Icon also accepts byte
arrays holding compressed Bitmaps (PNG, JPEG, etc), which
saves clients the additional memory cost of decoding and
sending full uncompressed bitmaps through Binder interfaces.
Receiving clients can call loadDrawable{,Async} and then
getDrawable to start immediately using the image in an
ImageView or other Drawable-hosting container.

Bug: 19609468
Change-Id: Ic1343711c2ac0b15876b46f0b6008b0108a49470
rawable/IconTest.java
d0f379c1976c600313f1f4c39f2587a649e3a4fc 02-Oct-2013 Mike Klein <mtklein@google.com> Preserve fill type in Path.reset().

Bug: 10838355
Change-Id: I7bdecb945fc35dfed02d37745678ae7bda906628
athTest.java
54999da4b6aaf0167f37f0eec987a670254b775f 31-May-2013 Romain Guy <romainguy@google.com> Remove MipmapDrawable

It's a hidden API that nobody uses.

Change-Id: Ie0ecbc45cd191a595e53fe8765defe6f2aa7e3f6
rawable/MipmapDrawableTest.java
f7f9d9c39df22ad6929f001f07588469f77e8bf5 17-Feb-2011 Jesse Wilson <jessewilson@google.com> Expose an API to get a bitmap's size in bytes.

Change-Id: I960c3b02b1ba8d3a8d92aaa98955a159e6f3a228
http://b/3184897
itmapTest.java
feb8ba4a5e6834bf2f6b9ba31d8376ffdbdfa90f 21-Dec-2010 Brian Muramatsu <btmura@google.com> Add MipmapDrawableTest

Move these tests from CTS, because Mipmap is now hidden.
Also remove all the XML inflation code, because that is currently
disabled.

Original change: f445b8a7
Deletion from CTS: Ibfd1b8a5

Change-Id: I816581062778a9cbe868e32c3c6975cc9a74af5b
rawable/MipmapDrawableTest.java
627dc6e7310bb8f6435b625f86c9f0ceeb3b0920 26-Aug-2010 Bjorn Bringert <bringert@android.com> Test for decoding Bitmap from MemoryFile ParcelFileDescriptor

Bug: 2948227
Change-Id: I90de2f887e907fbd631dc06a1c483737acec0706
itmapFactoryTest.java
0dc59e78e18493aecd37427531d093e800846c3e 02-Apr-2010 Brett Chabot <brettchabot@android.com> More framework tests cleanup.

Move all tests for android.* classes from tests/AndroidTests and
tests/CoreTests into framework/base/<core|graphics>/tests.

Consolidate all tests for java.* classes to tests/CoreTests.
Eventually hopefully these will be moved to dalvik/ somewhere.

Remove tests/AndroidTests entirely.

Change-Id: I86584d086ab7bd045bb38a10b699907805298a95
olorStateListTest.java
rawable/StateListDrawableTest.java
1a44d5dcabc18cd5ef111f732ccff91683a1a093 13-Jan-2010 Neal Nguyen <tommyn@google.com> Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources.

Most of these are file moves; a couple notable exceptions are the changes due to the move, and fixing up test code:
- database/DatabaseCursorTest.java
- database/DatabaseStatementTest.java
- net/UriTest.java
itmapTest.java
raphicsPerformanceTests.java
raphicsTests.java
hreadBitmapTest.java
ypefaceTest.java