belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
TextDirectionHeuristicsCompat
  public
  
  final
  
  class
  TextDirectionHeuristicsCompat
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.support.v4.text.TextDirectionHeuristicsCompat | 
Some objects that implement TextDirectionHeuristic.
Summary
Fields | |
|---|---|
    public
    static
    final
    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.  | 
  
    public
    static
    final
    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.  | 
  
    public
    static
    final
    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.  | 
  
    public
    static
    final
    TextDirectionHeuristicCompat | 
    
      LOCALE
      Force the paragraph direction to the Locale direction.  | 
  
    public
    static
    final
    TextDirectionHeuristicCompat | 
    
      LTR
      Always decides that the direction is left to right.  | 
  
    public
    static
    final
    TextDirectionHeuristicCompat | 
    
      RTL
      Always decides that the direction is right to left.  | 
  
Inherited methods | |
|---|---|
  
    
  
    java.lang.Object
  
 | |
Fields
ANYRTL_LTR
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.
FIRSTSTRONG_LTR
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. This is the default behavior of the Unicode Bidirectional Algorithm.
FIRSTSTRONG_RTL
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. This is similar to the default behavior of the Unicode Bidirectional Algorithm, just with different fallback behavior.
LOCALE
TextDirectionHeuristicCompat LOCALE
Force the paragraph direction to the Locale direction. Falls back to left to right.
LTR
TextDirectionHeuristicCompat LTR
Always decides that the direction is left to right.
RTL
TextDirectionHeuristicCompat RTL
Always decides that the direction is right to left.