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

* commit 'c1f055a809c27f2e512029dc5623c4405eddb9b3':
  Remove obsolete fields from InputMethodManager.
This commit is contained in:
Yohei Yukawa
2015-05-12 19:36:44 +00:00
committed by Android Git Automerger

View File

@@ -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();
// -----------------------------------------------------------
/**