Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59de3f82 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android Git Automerger
Browse files

am e467e764: am c1f055a8: am f038295e: Merge "Remove obsolete fields from...

am e467e764: am c1f055a8: am f038295e: Merge "Remove obsolete fields from InputMethodManager." into mnc-dev

* commit 'e467e764':
  Remove obsolete fields from InputMethodManager.
parents 06586e0a e467e764
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -350,16 +350,6 @@ public final class InputMethodManager {
     */
    private CursorAnchorInfo mCursorAnchorInfo = null;

    /**
     * The buffer to retrieve the view location in screen coordinates in {@link #updateCursor}.
     */
    private final int[] mViewTopLeft = new int[2];

    /**
     * The matrix to convert the view location into screen coordinates in {@link #updateCursor}.
     */
    private final Matrix mViewToScreenMatrix = new Matrix();

    // -----------------------------------------------------------

    /**