HomeSort by relevance Sort by last modified time
    Searched refs:TextDirectionHeuristicInternal (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/text/
TextDirectionHeuristics.java 41 new TextDirectionHeuristicInternal(null /* no algorithm */, false);
47 new TextDirectionHeuristicInternal(null /* no algorithm */, true);
55 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, false);
63 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, true);
70 new TextDirectionHeuristicInternal(AnyStrong.INSTANCE_RTL, false);
157 private static class TextDirectionHeuristicInternal extends TextDirectionHeuristicImpl {
160 private TextDirectionHeuristicInternal(TextDirectionAlgorithm algorithm,
  /frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java 34 new TextDirectionHeuristicInternal(null /* no algorithm */, false);
40 new TextDirectionHeuristicInternal(null /* no algorithm */, true);
48 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, false);
56 new TextDirectionHeuristicInternal(FirstStrong.INSTANCE, true);
63 new TextDirectionHeuristicInternal(AnyStrong.INSTANCE_RTL, false);
151 private static class TextDirectionHeuristicInternal extends TextDirectionHeuristicImpl {
154 private TextDirectionHeuristicInternal(TextDirectionAlgorithm algorithm,
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 63 milliseconds