am f038295e: Merge "Remove obsolete fields from InputMethodManager." into mnc-dev
* commit 'f038295e98846e3e359854b1642b362643bd6053': Remove obsolete fields from InputMethodManager.
This commit is contained in:
@@ -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();
|
||||
|
||||
// -----------------------------------------------------------
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user