History log of /frameworks/base/core/tests/coretests/src/android/text/StaticLayoutBidiTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a6b12de7dfaccd61e904d9cb69d9e07d6a9ce377 12-Dec-2017 Siyamed Sinir <siyamed@google.com> Add Text APCT tests to Presubmit

Ignored flaky tests. Test currently ignored are:
- android.text.format.FormatterTest
- android.util.util.LinkifyTest
- android.text.LineBreakingOverhangsTest

Test: None
Bug: 70506734
Change-Id: I6ef535c609d99fc6ff4a7887353b1df5ae7dcacb
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutBidiTest.java
a15fd848cb21242fd362f3299bb819bf2a400c20 14-Oct-2017 Roozbeh Pournader <roozbeh@google.com> Replace JNI portion of AndroidBidi with calls to ICU4J

We no longer need the native calls to ICU since we have ICU4J.

Fixes: 67786879
Test: bit FrameworksCoreTests:android.text.
Change-Id: Ib2ec93017000b4f0343756814ca388bd31457849
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutBidiTest.java
e1a7d0d7f7d02edf4e68cd9d3e90154f844bacf9 24-Apr-2017 Andrei Stingaceanu <stg@google.com> Move text coretests to JUnit (1)

* moved android.text package core tests to AndroidJUnit
* replaced manual mocks with mockito
* removed redundant "throws Exception" in all touched
files

Bug: 31223263
Test: adb shell am instrument -w -e package android.text\
com.android.frameworks.coretests/android.support.test.runner\
.AndroidJUnitRunner

Change-Id: I6ae08df24064720635c4acc0d9085a539a317ac0
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutBidiTest.java
68089c81068cc93d3fd42e2f768fc3a2a0d08f3c 30-Jun-2016 Siyamed Sinir <siyamed@google.com> Enable Text core tests

Some of the tests were disabled because of the access permissions. This
CL:
* Removes @Suppress annotations
* Annotates the test classes with related annotations such as @SmallTest
* Removes unused imports
* Replaces android.test.sitebuilder.annotation.SmallTest annotations with
android.support.test.filters.SmallTest

Bug: 29879498
Change-Id: I9e6e326bc6eaf365d7d5c6d1f7edec35e6957302
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutBidiTest.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/StaticLayoutBidiTest.java
8cb068a1220d4bd440aed628729891a282d4ef88 04-Mar-2010 Doug Felt <dougfelt@google.com> Remove test annotations from tests requiring package-private access.
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutBidiTest.java
dae8e94cce0881f3e10ef5e34b881f512bb52a75 24-Feb-2010 Doug Felt <dougfelt@google.com> Add support for accessing native bidi implementation via jni.

Include a simple test to verify that the bidi code works.
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutBidiTest.java
20178d62cf669af18467a16d3c4c4237ed42151c 22-Feb-2010 Doug Felt <dougfelt@google.com> Factor bidi algorithm into separate method.

Add rudimentary support for overriding default base line direction heuristic.
Add some simple tests of the bidi implementation.
/frameworks/base/core/tests/coretests/src/android/text/StaticLayoutBidiTest.java