Loading java/src/com/android/inputmethod/latin/LatinIME.java +1 −3 Original line number Diff line number Diff line Loading @@ -1011,7 +1011,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen false /* isPrediction */); // When in fullscreen mode, show completions generated by the application setSuggestedWords(suggestedWords); setAutoCorrectionIndicator(false); setSuggestionStripShown(true); if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) { ResearchLogger.latinIME_onDisplayCompletions(applicationSpecifiedCompletions); Loading Loading @@ -1336,6 +1335,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen mSuggestionStripView.setSuggestions(words); mKeyboardSwitcher.onAutoCorrectionStateChanged(words.mWillAutoCorrect); } setAutoCorrectionIndicator(words.mWillAutoCorrect); } private void setAutoCorrectionIndicator(final boolean newAutoCorrectionIndicator) { Loading Loading @@ -1440,7 +1440,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen mInputLogic.mWordComposer.setAutoCorrection(autoCorrection); } setSuggestedWords(suggestedWords); setAutoCorrectionIndicator(suggestedWords.mWillAutoCorrect); setSuggestionStripShown(isSuggestionsStripVisible()); // Cache the auto-correction in accessibility code so we can speak it if the user // touches a key that will insert it. Loading Loading @@ -1558,7 +1557,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } else { setSuggestedWords(currentSettings.mSpacingAndPunctuations.mSuggestPuncList); } setAutoCorrectionIndicator(false); setSuggestionStripShown(isSuggestionsStripVisible()); } Loading Loading
java/src/com/android/inputmethod/latin/LatinIME.java +1 −3 Original line number Diff line number Diff line Loading @@ -1011,7 +1011,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen false /* isPrediction */); // When in fullscreen mode, show completions generated by the application setSuggestedWords(suggestedWords); setAutoCorrectionIndicator(false); setSuggestionStripShown(true); if (ProductionFlag.USES_DEVELOPMENT_ONLY_DIAGNOSTICS) { ResearchLogger.latinIME_onDisplayCompletions(applicationSpecifiedCompletions); Loading Loading @@ -1336,6 +1335,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen mSuggestionStripView.setSuggestions(words); mKeyboardSwitcher.onAutoCorrectionStateChanged(words.mWillAutoCorrect); } setAutoCorrectionIndicator(words.mWillAutoCorrect); } private void setAutoCorrectionIndicator(final boolean newAutoCorrectionIndicator) { Loading Loading @@ -1440,7 +1440,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen mInputLogic.mWordComposer.setAutoCorrection(autoCorrection); } setSuggestedWords(suggestedWords); setAutoCorrectionIndicator(suggestedWords.mWillAutoCorrect); setSuggestionStripShown(isSuggestionsStripVisible()); // Cache the auto-correction in accessibility code so we can speak it if the user // touches a key that will insert it. Loading Loading @@ -1558,7 +1557,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen } else { setSuggestedWords(currentSettings.mSpacingAndPunctuations.mSuggestPuncList); } setAutoCorrectionIndicator(false); setSuggestionStripShown(isSuggestionsStripVisible()); } Loading