Searched refs:AnyStrong (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java70 new TextDirectionHeuristicInternal(AnyStrong.INSTANCE_RTL, false);
238 private static class AnyStrong implements TextDirectionAlgorithm { class in class:TextDirectionHeuristics
277 private AnyStrong(boolean lookForRtl) { method in class:TextDirectionHeuristics.AnyStrong
281 public static final AnyStrong INSTANCE_RTL = new AnyStrong(true);
282 public static final AnyStrong INSTANCE_LTR = new AnyStrong(false);
/frameworks/support/compat/java/android/support/v4/text/
H A DTextDirectionHeuristicsCompat.java63 new TextDirectionHeuristicInternal(AnyStrong.INSTANCE_RTL, false);
201 private static class AnyStrong implements TextDirectionAlgorithm { class in class:TextDirectionHeuristicsCompat
231 private AnyStrong(boolean lookForRtl) { method in class:TextDirectionHeuristicsCompat.AnyStrong
235 public static final AnyStrong INSTANCE_RTL = new AnyStrong(true);
236 public static final AnyStrong INSTANCE_LTR = new AnyStrong(false);
/frameworks/base/
H A Dpreloaded-classes2191 android.text.TextDirectionHeuristics$AnyStrong
H A Dcompiled-classes-phone4018 android.text.TextDirectionHeuristics$AnyStrong

Completed in 1379 milliseconds