Loading core/java/android/widget/Editor.java +1 −8 Original line number Diff line number Diff line Loading @@ -1402,12 +1402,11 @@ public class Editor { InputMethodManager imm = InputMethodManager.peekInstance(); if (imm != null) { if (imm.isActive(mTextView)) { boolean reported = false; if (ims.mContentChanged || ims.mSelectionModeChanged) { // We are in extract mode and the content has changed // in some way... just report complete new text to the // input method. reported = reportExtractedText(); reportExtractedText(); } } } Loading Loading @@ -1924,10 +1923,6 @@ public class Editor { mSuggestionsPopupWindow.show(); } boolean areSuggestionsShown() { return mSuggestionsPopupWindow != null && mSuggestionsPopupWindow.isShowing(); } void onScrollChanged() { if (mPositionListener != null) { mPositionListener.onScrollChanged(); Loading Loading @@ -4625,8 +4620,6 @@ public class Editor { } static class InputMethodState { Rect mCursorRectInWindow = new Rect(); float[] mTmpOffset = new float[2]; ExtractedTextRequest mExtractedTextRequest; final ExtractedText mExtractedText = new ExtractedText(); int mBatchEditNesting; Loading Loading
core/java/android/widget/Editor.java +1 −8 Original line number Diff line number Diff line Loading @@ -1402,12 +1402,11 @@ public class Editor { InputMethodManager imm = InputMethodManager.peekInstance(); if (imm != null) { if (imm.isActive(mTextView)) { boolean reported = false; if (ims.mContentChanged || ims.mSelectionModeChanged) { // We are in extract mode and the content has changed // in some way... just report complete new text to the // input method. reported = reportExtractedText(); reportExtractedText(); } } } Loading Loading @@ -1924,10 +1923,6 @@ public class Editor { mSuggestionsPopupWindow.show(); } boolean areSuggestionsShown() { return mSuggestionsPopupWindow != null && mSuggestionsPopupWindow.isShowing(); } void onScrollChanged() { if (mPositionListener != null) { mPositionListener.onScrollChanged(); Loading Loading @@ -4625,8 +4620,6 @@ public class Editor { } static class InputMethodState { Rect mCursorRectInWindow = new Rect(); float[] mTmpOffset = new float[2]; ExtractedTextRequest mExtractedTextRequest; final ExtractedText mExtractedText = new ExtractedText(); int mBatchEditNesting; Loading