Home
last modified time | relevance | path

Searched refs:isRtlSubtype (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtilsTests.java472 assertTrue(subtypeName, subtype.isRtlSubtype()); in testIsRtlLanguage()
474 assertFalse(subtypeName, subtype.isRtlSubtype()); in testIsRtlLanguage()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodSubtype.java154 public boolean isRtlSubtype() { in isRtlSubtype() method in RichInputMethodSubtype
DLatinIME.java1533 mRichImm.getCurrentSubtype().isRtlSubtype()); in setSuggestedWords()