Searched refs:mTmpIntOffset (Results 1 – 1 of 1) sorted by relevance
4278 final int[] mTmpIntOffset = new int[2]; field in Editor.CursorAnchorInfoNotifier4312 mTextView.getLocationOnScreen(mTmpIntOffset); in updatePosition()4313 mViewToScreenMatrix.postTranslate(mTmpIntOffset[0], mTmpIntOffset[1]); in updatePosition()