Home
last modified time | relevance | path

Searched refs:FLAG_AUTO_CORRECTION (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java71 public static final int FLAG_AUTO_CORRECTION = 0x0004; field in SuggestionSpan
364 final boolean autoCorrection = (mFlags & FLAG_AUTO_CORRECTION) != 0; in updateDrawState()
386 final boolean autoCorrection = (mFlags & FLAG_AUTO_CORRECTION) != 0; in getUnderlineColor()
/frameworks/base/core/tests/coretests/src/android/widget/
DSuggestionsPopupWindowTest.java97 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testOnTextContextMenuItem()
115 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testSelectionActionMode()
137 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testInsertionActionMode()
166 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testSuggestionItems()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt30700 field public static final int FLAG_AUTO_CORRECTION = 4; // 0x4
/frameworks/base/non-updatable-api/
Dcurrent.txt48310 field public static final int FLAG_AUTO_CORRECTION = 4; // 0x4
/frameworks/base/api/
Dcurrent.txt48454 field public static final int FLAG_AUTO_CORRECTION = 4; // 0x4