Hide TextDirectionHeuristics

Bug 6435363

Change-Id: I9ba0a3c057af67e2876e64fd8c18adbb8f4d0860
This commit is contained in:
Gilles Debunne
2012-05-02 18:14:56 -07:00
parent 1c82345211
commit cefb4bc011
3 changed files with 3 additions and 14 deletions

View File

@@ -22,5 +22,5 @@ package android.text;
* @hide
*/
public interface TextDirectionHeuristic {
/** @hide */ boolean isRtl(char[] text, int start, int count);
boolean isRtl(char[] text, int start, int count);
}

View File

@@ -22,6 +22,8 @@ import android.view.View;
/**
* Some objects that implement TextDirectionHeuristic.
*
* @hide
*/
public class TextDirectionHeuristics {