Searched defs:mTmpCursorRect (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java316 Rect mTmpCursorRect = new Rect(); field in class:InputMethodManager
1578 mTmpCursorRect.set(left, top, right, bottom);
1579 if (!mCursorRect.equals(mTmpCursorRect)) {
1584 mCurMethod.updateCursor(mTmpCursorRect);
1585 mCursorRect.set(mTmpCursorRect);

Completed in 135 milliseconds