Searched defs:directions (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DAndroidBidi.java59 * @return the directions
61 public static Directions directions(int dir, byte[] levels, int lstart, method in class:AndroidBidi
H A DTextLine.java127 * @param directions the directions information of this line
132 Directions directions, boolean hasTabs, TabStops tabStops) {
138 mDirections = directions;
152 mCharsValid = hasReplacement || hasTabs || directions != Layout.DIRS_ALL_LEFT_TO_RIGHT;
131 set(TextPaint paint, CharSequence text, int start, int limit, int dir, Directions directions, boolean hasTabs, TabStops tabStops) argument

Completed in 51 milliseconds