History log of /frameworks/base/core/tests/coretests/src/android/text/StaticLayoutTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f4afb095a0073f91c877a79e68b03e7939a9d76d 15-Mar-2016 Seigo Nonaka <nona@google.com> Add cursor positioning tests for emoji.

Bug: 25375561
Change-Id: Id8e467bc13fc69560ea3d238765760e006c8ced5
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutTest.java
9f7a4442b89cc06cb8cae6992484e7ae795323ab 01-Mar-2010 Doug Felt <dougfelt@google.com> Enable nested bidi levels in a paragraph.

Changes the internal representation of direction information in the Directions object to be a visually-ordered list of start/length+direction pairs instead of a list of directionality inversion offsets.

Rewrite Layout.getOffsetToLeft/RightOf to use run information instead of width metrics.

Remove java Bidi, use native. Switch bidi tests to test native, expect levels instead of dirs.

Add test of directionality. Leave in switch to turn new code off and restore previous behavior for now.

Change-Id: Iea8bb46c678a18820e237c90f76007a084c83051
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutTest.java
08209a767b7d960f5396df3aa45913b2194c46be 02-Mar-2010 Doug Felt <dougfelt@google.com> Disable tests that require package-private access to code under test.
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutTest.java
1065758a0f8966a8597a61492112f7859a7050a4 22-Feb-2010 Doug Felt <dougfelt@google.com> Fix rounding of extra spacing when it is negative.
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutTest.java
6ad5a7a7c78799ecb306cb97d979bdb98cc52d15 20-Feb-2010 Doug Felt <dougfelt@google.com> Add a few simple tests of StaticLayout.
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutTest.java