History log of /frameworks/base/core/tests/coretests/src/android/text/StaticLayoutDirectionsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a87c3c0af13ce2ed8ebc07a91a9fb04eeb959882 02-Apr-2010 Doug Felt <dougfelt@google.com> Fix 2566319, don't use package-protected members from Layout in test.

Change-Id: Ic3457e6857f03ba5550c5d82f22af2385a3c4b91
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutDirectionsTest.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/StaticLayoutDirectionsTest.java