Searched refs:heuristic (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java85 * The default text direction heuristic.
189 * By default, uses the first-strong heuristic.
191 * @param heuristic the {@code TextDirectionHeuristic} to use.
194 public Builder setTextDirectionHeuristic(TextDirectionHeuristic heuristic) { argument
195 mTextDirectionHeuristic = heuristic;
262 * @param heuristic The default text direction heuristic.
264 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristic heuristic) { argument
267 mDefaultTextDirectionHeuristic = heuristic;
292 * given explicitly by a heuristic t
302 markAfter(String str, TextDirectionHeuristic heuristic) argument
331 markBefore(String str, TextDirectionHeuristic heuristic) argument
382 unicodeWrap(String str, TextDirectionHeuristic heuristic, boolean isolate) argument
412 unicodeWrap(String str, TextDirectionHeuristic heuristic) argument
[all...]
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java81 * The default text direction heuristic.
185 * By default, uses the first-strong heuristic.
187 * @param heuristic the {@code TextDirectionHeuristic} to use.
190 public Builder setTextDirectionHeuristic(TextDirectionHeuristicCompat heuristic) { argument
191 mTextDirectionHeuristicCompat = heuristic;
258 * @param heuristic The default text direction heuristic.
260 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristicCompat heuristic) { argument
263 mDefaultTextDirectionHeuristicCompat = heuristic;
288 * given explicitly by a heuristic t
296 markAfter(String str, TextDirectionHeuristicCompat heuristic) argument
323 markBefore(String str, TextDirectionHeuristicCompat heuristic) argument
373 unicodeWrap(String str, TextDirectionHeuristicCompat heuristic, boolean isolate) argument
402 unicodeWrap(String str, TextDirectionHeuristicCompat heuristic) argument
[all...]

Completed in 174 milliseconds