|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectandroid.support.v4.text.TextDirectionHeuristicsCompat
public class TextDirectionHeuristicsCompat
Some objects that implement TextDirectionHeuristic.
| Field Summary | |
|---|---|
static TextDirectionHeuristicCompat |
ANYRTL_LTR
If the text contains any strong right to left non-format character, determines that the direction is right to left, falling back to left to right if it finds none. |
static TextDirectionHeuristicCompat |
FIRSTSTRONG_LTR
Determines the direction based on the first strong directional character, including bidi format chars, falling back to left to right if it finds none. |
static TextDirectionHeuristicCompat |
FIRSTSTRONG_RTL
Determines the direction based on the first strong directional character, including bidi format chars, falling back to right to left if it finds none. |
static TextDirectionHeuristicCompat |
LOCALE
Force the paragraph direction to the Locale direction. |
static TextDirectionHeuristicCompat |
LTR
Always decides that the direction is left to right. |
static TextDirectionHeuristicCompat |
RTL
Always decides that the direction is right to left. |
| Constructor Summary | |
|---|---|
TextDirectionHeuristicsCompat()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final TextDirectionHeuristicCompat LTR
public static final TextDirectionHeuristicCompat RTL
public static final TextDirectionHeuristicCompat FIRSTSTRONG_LTR
public static final TextDirectionHeuristicCompat FIRSTSTRONG_RTL
public static final TextDirectionHeuristicCompat ANYRTL_LTR
public static final TextDirectionHeuristicCompat LOCALE
| Constructor Detail |
|---|
public TextDirectionHeuristicsCompat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||