History log of /frameworks/base/core/tests/coretests/src/android/graphics/TypefaceTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4a40e0febf3de60c54c19797aecd3c698b770699 18-Aug-2017 Seigo Nonaka <nona@google.com> Make Typeface.create thread safe.

Typeface.create has not been thread-safe. This CL makes it thread safe.
At the same time, reorganize cache and lock in Typeface.

Bug: 64606109
Test: bit FrameworksCoreTests:android.graphics.TypefaceTest
Test: bit CtsGraphicsTestCases:android.graphics.cts.TypefaceTest
Change-Id: Id18e9b8bfab508a26fc0c83af6b1ca97e132b732
/frameworks/base/core/tests/coretests/src/android/graphics/TypefaceTest.java
ede3a17f6079b7da62240bbcaf613591ba2fc055 28-Jul-2016 Roozbeh Pournader <roozbeh@google.com> Add test for ascent and descent of serif and mono fonts

fontchain_lint now has tests making sure that their ascent and
descent matches that of Roboto.

Also, this moves a test class that contains a similar test and and
other related tests from graphictests to coretests.

Bug: 19791102
Change-Id: I8b473dd2a5f97ae2e3d322a2cabc16f3d32489f6
/frameworks/base/core/tests/coretests/src/android/graphics/TypefaceTest.java