Home | History | Annotate | Download | only in text

Lines Matching refs:directions

24 import android.text.Layout.Directions;
53 private Directions mDirections;
127 * @param directions the directions information of this line
132 Directions directions, boolean hasTabs, TabStops tabStops) {
138 mDirections = directions;
140 throw new IllegalArgumentException("Directions cannot be null");
152 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT;