Searched refs:TEXT_DIRECTION_FIRST_STRONG_LTR (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | EditorCursorTest.java | 120 setEditTextHint(null, TextView.TEXT_DIRECTION_FIRST_STRONG_LTR, 0); in testCursorIsOnLeft_withFirstStrongLtrAlgorithm() 126 setEditTextHint(RTL_HINT, TextView.TEXT_DIRECTION_FIRST_STRONG_LTR, 0); in testCursorIsOnLeft_withFirstStrongLtrAlgorithm() 131 setEditTextHint(LTR_HINT, TextView.TEXT_DIRECTION_FIRST_STRONG_LTR, 0); in testCursorIsOnLeft_withFirstStrongLtrAlgorithm()
|
D | TextViewActivityTest.java | 321 textView.setTextDirection(TextView.TEXT_DIRECTION_FIRST_STRONG_LTR); in testToolbarAppearsAfterSelection_withFirstStringLtrAlgorithmAndRtlHint()
|
/frameworks/base/core/java/android/view/ |
D | View.java | 3060 public static final int TEXT_DIRECTION_FIRST_STRONG_LTR = 6; field in View 3105 TEXT_DIRECTION_FIRST_STRONG_LTR << PFLAG2_TEXT_DIRECTION_MASK_SHIFT, 30065 @ViewDebug.IntToString(from = TEXT_DIRECTION_FIRST_STRONG_LTR, to = "FIRST_STRONG_LTR"), 30075 @EnumEntry(value = TEXT_DIRECTION_FIRST_STRONG_LTR, name = "firstStrongLtr"), 30142 @ViewDebug.IntToString(from = TEXT_DIRECTION_FIRST_STRONG_LTR, to = "FIRST_STRONG_LTR"), 30151 @EnumEntry(value = TEXT_DIRECTION_FIRST_STRONG_LTR, name = "firstStrongLtr"), 30211 case TEXT_DIRECTION_FIRST_STRONG_LTR: in resolveTextDirection() 30226 case TEXT_DIRECTION_FIRST_STRONG_LTR: in resolveTextDirection()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 53356 field public static final int TEXT_DIRECTION_FIRST_STRONG_LTR = 6; // 0x6
|