OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AnyStrong
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/text/
TextDirectionHeuristics.java
70
new TextDirectionHeuristicInternal(
AnyStrong
.INSTANCE_RTL, false);
207
private static class
AnyStrong
implements TextDirectionAlgorithm {
237
private
AnyStrong
(boolean lookForRtl) {
241
public static final
AnyStrong
INSTANCE_RTL = new
AnyStrong
(true);
242
public static final
AnyStrong
INSTANCE_LTR = new
AnyStrong
(false);
/frameworks/support/v4/java/android/support/v4/text/
TextDirectionHeuristicsCompat.java
63
new TextDirectionHeuristicInternal(
AnyStrong
.INSTANCE_RTL, false);
201
private 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);
/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 31 milliseconds