Searched refs:mSurroundingText (Results 1 – 1 of 1) sorted by relevance
29 private final SurroundingText mSurroundingText; field in TextSnapshot54 mSurroundingText = surroundingText; in TextSnapshot()85 return mSurroundingText; in getSurroundingText()93 if (mSurroundingText.getOffset() < 0) { in getSelectionStart()96 return mSurroundingText.getSelectionStart() + mSurroundingText.getOffset(); in getSelectionStart()104 if (mSurroundingText.getOffset() < 0) { in getSelectionEnd()107 return mSurroundingText.getSelectionEnd() + mSurroundingText.getOffset(); in getSelectionEnd()