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