Searched defs:heuristic (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java86 * The default text direction heuristic.
190 * By default, uses the first-strong heuristic.
192 * @param heuristic the {@code TextDirectionHeuristic} to use.
195 public Builder setTextDirectionHeuristic(TextDirectionHeuristic heuristic) { argument
196 mTextDirectionHeuristic = heuristic;
265 * @param heuristic The default text direction heuristic.
267 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristic heuristic) { argument
270 mDefaultTextDirectionHeuristic = heuristic;
295 * given explicitly by a heuristic t
305 markAfter(CharSequence str, TextDirectionHeuristic heuristic) argument
334 markBefore(CharSequence str, TextDirectionHeuristic heuristic) argument
394 unicodeWrap(@ullable String str, TextDirectionHeuristic heuristic, boolean isolate) argument
403 unicodeWrap(@ullable CharSequence str, TextDirectionHeuristic heuristic, boolean isolate) argument
435 unicodeWrap(String str, TextDirectionHeuristic heuristic) argument
442 unicodeWrap(CharSequence 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
375 unicodeWrap(String str, TextDirectionHeuristicCompat heuristic, boolean isolate) argument
405 unicodeWrap(String str, TextDirectionHeuristicCompat heuristic) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 234 milliseconds