Loading core/java/android/widget/TextView.java +5 −0 Original line number Diff line number Diff line Loading @@ -7117,6 +7117,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener int selectionStart, selectionEnd; // selectionModifierCursorController is not null at that point SelectionModifierCursorController selectionModifierCursorController = ((SelectionModifierCursorController) mSelectionModifierCursorController); int minOffset = selectionModifierCursorController.getMinTouchOffset(); Loading @@ -7140,6 +7141,10 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener } private String getWordForDictionary() { if (mSelectionModifierCursorController == null) { return null; } int offset = ((SelectionModifierCursorController) mSelectionModifierCursorController). getMinTouchOffset(); Loading Loading
core/java/android/widget/TextView.java +5 −0 Original line number Diff line number Diff line Loading @@ -7117,6 +7117,7 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener int selectionStart, selectionEnd; // selectionModifierCursorController is not null at that point SelectionModifierCursorController selectionModifierCursorController = ((SelectionModifierCursorController) mSelectionModifierCursorController); int minOffset = selectionModifierCursorController.getMinTouchOffset(); Loading @@ -7140,6 +7141,10 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener } private String getWordForDictionary() { if (mSelectionModifierCursorController == null) { return null; } int offset = ((SelectionModifierCursorController) mSelectionModifierCursorController). getMinTouchOffset(); Loading