summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYohei Yukawa <yukawa@google.com>2015-05-12 19:16:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-05-12 19:16:31 +0000
commitf038295e98846e3e359854b1642b362643bd6053 (patch)
treeb8f057c901d780a0d0ac9c723ce6a27e87702a3e
parentdbd90f032971d59bfb8e0fd2964a3ecb0a9843bd (diff)
parent6d090c42a7e8e43bbfeda45c5c4200321bd11ed7 (diff)
downloadframeworks_base-f038295e98846e3e359854b1642b362643bd6053.zip
frameworks_base-f038295e98846e3e359854b1642b362643bd6053.tar.gz
frameworks_base-f038295e98846e3e359854b1642b362643bd6053.tar.bz2
Merge "Remove obsolete fields from InputMethodManager." into mnc-dev
-rw-r--r--core/java/android/view/inputmethod/InputMethodManager.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/java/android/view/inputmethod/InputMethodManager.java b/core/java/android/view/inputmethod/InputMethodManager.java
index 040fd37..568e160 100644
--- a/core/java/android/view/inputmethod/InputMethodManager.java
+++ b/core/java/android/view/inputmethod/InputMethodManager.java
@@ -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();
-
// -----------------------------------------------------------
/**