Searched refs:FLAG_AUTO_CORRECTION (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/widget/ |
D | SuggestionsPopupWindowTest.java | 99 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testOnTextContextMenuItem() 117 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testSelectionActionMode() 139 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testInsertionActionMode() 168 new String[]{"DEF", "Def"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testSuggestionItems() 372 new String[]{"ABC"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testCursorVisibility() 399 new String[]{"ABC"}, SuggestionSpan.FLAG_AUTO_CORRECTION); in testCursorVisibilityWhenImeConsumesInput()
|
/frameworks/base/core/java/android/text/style/ |
D | SuggestionSpan.java | 72 public static final int FLAG_AUTO_CORRECTION = 0x0004; field in SuggestionSpan 388 final boolean autoCorrection = (mFlags & FLAG_AUTO_CORRECTION) != 0; in updateDrawState() 420 final boolean autoCorrection = (mFlags & FLAG_AUTO_CORRECTION) != 0; in getUnderlineColor()
|
/frameworks/base/core/api/ |
D | current.txt | 45241 field public static final int FLAG_AUTO_CORRECTION = 4; // 0x4
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 30700 field public static final int FLAG_AUTO_CORRECTION = 4; // 0x4
|