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

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

Introduction

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

The text is from its open source code.

Method

booleanisRtl(char[] array, int start, int count)
Guess if a chars array is in the RTL direction or not.
booleanisRtl(CharSequence cs, int start, int count)
Guess if a CharSequence is in the RTL direction or not.