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/core-utils/java/android/support/v4/text/
H A DBidiFormatter.java82 * The default text direction heuristic.
186 * By default, uses the first-strong heuristic.
188 * @param heuristic the {@code TextDirectionHeuristic} to use.
191 public Builder setTextDirectionHeuristic(TextDirectionHeuristicCompat heuristic) { argument
192 mTextDirectionHeuristicCompat = heuristic;
259 * @param heuristic The default text direction heuristic.
261 private BidiFormatter(boolean isRtlContext, int flags, TextDirectionHeuristicCompat heuristic) { argument
264 mDefaultTextDirectionHeuristicCompat = heuristic;
289 * CharSequence, the overall directionality is given explicitly by a heuristic t
298 markAfter(CharSequence str, TextDirectionHeuristicCompat heuristic) argument
326 markBefore(CharSequence str, TextDirectionHeuristicCompat heuristic) argument
389 unicodeWrap(String str, TextDirectionHeuristicCompat heuristic, boolean isolate) argument
408 unicodeWrap(CharSequence str, TextDirectionHeuristicCompat heuristic, boolean isolate) argument
439 unicodeWrap(String str, TextDirectionHeuristicCompat heuristic) argument
454 unicodeWrap(CharSequence 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 129 milliseconds