am 57e6136c: Merge "Hide TextDirectionHeuristics" into jb-dev
* commit '57e6136ce79241348b3563c4368a327ca2906610': Hide TextDirectionHeuristics
This commit is contained in:
@@ -21098,19 +21098,6 @@ package android.text {
|
|||||||
method public int getTopPadding();
|
method public int getTopPadding();
|
||||||
}
|
}
|
||||||
|
|
||||||
public abstract interface TextDirectionHeuristic {
|
|
||||||
}
|
|
||||||
|
|
||||||
public class TextDirectionHeuristics {
|
|
||||||
ctor public TextDirectionHeuristics();
|
|
||||||
field public static final android.text.TextDirectionHeuristic ANYRTL_LTR;
|
|
||||||
field public static final android.text.TextDirectionHeuristic FIRSTSTRONG_LTR;
|
|
||||||
field public static final android.text.TextDirectionHeuristic FIRSTSTRONG_RTL;
|
|
||||||
field public static final android.text.TextDirectionHeuristic LOCALE;
|
|
||||||
field public static final android.text.TextDirectionHeuristic LTR;
|
|
||||||
field public static final android.text.TextDirectionHeuristic RTL;
|
|
||||||
}
|
|
||||||
|
|
||||||
public class TextPaint extends android.graphics.Paint {
|
public class TextPaint extends android.graphics.Paint {
|
||||||
ctor public TextPaint();
|
ctor public TextPaint();
|
||||||
ctor public TextPaint(int);
|
ctor public TextPaint(int);
|
||||||
|
|||||||
@@ -22,5 +22,5 @@ package android.text;
|
|||||||
* @hide
|
* @hide
|
||||||
*/
|
*/
|
||||||
public interface TextDirectionHeuristic {
|
public interface TextDirectionHeuristic {
|
||||||
/** @hide */ boolean isRtl(char[] text, int start, int count);
|
boolean isRtl(char[] text, int start, int count);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -22,6 +22,8 @@ import android.view.View;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Some objects that implement TextDirectionHeuristic.
|
* Some objects that implement TextDirectionHeuristic.
|
||||||
|
*
|
||||||
|
* @hide
|
||||||
*/
|
*/
|
||||||
public class TextDirectionHeuristics {
|
public class TextDirectionHeuristics {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user