Loading core/java/android/webkit/WebTextView.java +1 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ import android.view.View; import android.view.ViewConfiguration; import android.view.ViewGroup; import android.view.inputmethod.EditorInfo; import android.view.inputmethod.InputMethodManager; import android.view.inputmethod.InputConnection; import android.view.inputmethod.InputMethodManager; import android.widget.AbsoluteLayout.LayoutParams; import android.widget.AdapterView; import android.widget.ArrayAdapter; Loading Loading @@ -515,7 +515,6 @@ import junit.framework.Assert; int candEnd = EditableInputConnection.getComposingSpanEnd(sp); imm.updateSelection(this, selStart, selEnd, candStart, candEnd); } updateCursorControllerPositions(); } @Override Loading core/java/android/widget/TextView.java +0 −9 Original line number Diff line number Diff line Loading @@ -4549,15 +4549,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener if (translate) canvas.translate(0, -cursorOffsetVertical); } /** * Update the positions of the CursorControllers. Needed by WebTextView, * which does not draw. * @hide */ protected void updateCursorControllerPositions() { // TODO remove } @Override public void getFocusedRect(Rect r) { if (mLayout == null) { Loading Loading
core/java/android/webkit/WebTextView.java +1 −2 Original line number Diff line number Diff line Loading @@ -51,8 +51,8 @@ import android.view.View; import android.view.ViewConfiguration; import android.view.ViewGroup; import android.view.inputmethod.EditorInfo; import android.view.inputmethod.InputMethodManager; import android.view.inputmethod.InputConnection; import android.view.inputmethod.InputMethodManager; import android.widget.AbsoluteLayout.LayoutParams; import android.widget.AdapterView; import android.widget.ArrayAdapter; Loading Loading @@ -515,7 +515,6 @@ import junit.framework.Assert; int candEnd = EditableInputConnection.getComposingSpanEnd(sp); imm.updateSelection(this, selStart, selEnd, candStart, candEnd); } updateCursorControllerPositions(); } @Override Loading
core/java/android/widget/TextView.java +0 −9 Original line number Diff line number Diff line Loading @@ -4549,15 +4549,6 @@ public class TextView extends View implements ViewTreeObserver.OnPreDrawListener if (translate) canvas.translate(0, -cursorOffsetVertical); } /** * Update the positions of the CursorControllers. Needed by WebTextView, * which does not draw. * @hide */ protected void updateCursorControllerPositions() { // TODO remove } @Override public void getFocusedRect(Rect r) { if (mLayout == null) { Loading