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 62 new TextDirectionHeuristicInternal(AnyStrong.INSTANCE_RTL, false);
201 public static class AnyStrong implements TextDirectionAlgorithm {
231 private AnyStrong(boolean lookForRtl) {
235 public static final AnyStrong INSTANCE_RTL = new AnyStrong(true);
236 public static final AnyStrong INSTANCE_LTR = new AnyStrong(false);
  /frameworks/base/
preloaded-classes 700 android.text.TextDirectionHeuristics$AnyStrong
    [all...]

Completed in 45 milliseconds