Java android.text TextDirectionHeuristics fields, constructors, methods, implement or subclass

Example usage for Java android.text TextDirectionHeuristics fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text TextDirectionHeuristics.

The text is from its open source code.

Field

TextDirectionHeuristicLTR
Always decides that the direction is left to right.
TextDirectionHeuristicRTL
Always decides that the direction is right to left.
TextDirectionHeuristicFIRSTSTRONG_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.