Home | History | Annotate | Download | only in text

Lines Matching refs:directions

24 import android.text.Layout.Directions;
57 private Directions mDirections;
147 * @param directions the directions information of this line
153 Directions directions, boolean hasTabs, TabStops tabStops) {
159 mDirections = directions;
161 throw new IllegalArgumentException("Directions cannot be null");
183 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT;