Home
last modified time | relevance | path

Searched refs:mCurEnd (Results 1 – 1 of 1) sorted by relevance

/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java952 private int mCurEnd = 0; field in EditStyledText.EditorManager
1304 return mCurEnd; in getSelectionEnd()
1317 mCurEnd = curEnd; in setInternalSelection()
1436 Log.d(LOG_TAG, "--- handleComplete:" + mCurStart + "," + mCurEnd); in fixSelectionAndDoNextAction()
1441 if (mCurStart == mCurEnd) { in fixSelectionAndDoNextAction()
1560 mCurEnd = mEST.getSelectionEnd(); in selectAll()
1573 Log.d(LOG_TAG, "--- onSelect:" + mCurStart + "," + mCurEnd); in setSelection()
1575 if (mCurStart >= 0 && mCurStart <= mEST.getText().length() && mCurEnd >= 0 in setSelection()
1576 && mCurEnd <= mEST.getText().length()) { in setSelection()
1577 if (mCurStart < mCurEnd) { in setSelection()
[all …]