android.text.TextDirectionHeuristic |
Interface for objects that use a heuristic for guessing at the paragraph direction by examining text.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Guess if a
CharSequence is in the RTL direction or not. | |||||||||||
Guess if a chars array is in the RTL direction or not.
|
Guess if a CharSequence
is in the RTL direction or not.
cs | the CharSequence. |
---|---|
start | start index, inclusive. |
count | the length to check, must not be negative and not greater than
CharSequence.length() - start . |
Guess if a chars array is in the RTL direction or not.
array | the char array. |
---|---|
start | start index, inclusive. |
count | the length to check, must not be negative and not greater than
array.length - start . |