HomeSort by relevance Sort by last modified time
    Searched full:anystrong (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 61 new TextDirectionHeuristicInternal(AnyStrong.INSTANCE_RTL, false);
195 private static class AnyStrong implements TextDirectionAlgorithm {
225 private AnyStrong(boolean lookForRtl) {
229 public static final AnyStrong INSTANCE_RTL = new AnyStrong(true);
230 public static final AnyStrong INSTANCE_LTR = new AnyStrong(false);
  /frameworks/base/
preloaded-classes 700 android.text.TextDirectionHeuristics$AnyStrong
    [all...]

Completed in 68 milliseconds