Searched refs:mCursorCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java168 int mCursorCount; // Current number of used mCursorDrawable: 0 (resource=0), 1 or 2 (split) field in class:Editor
1262 if (highlight != null && selectionStart == selectionEnd && mCursorCount > 0) {
1404 for (int i = 0; i < mCursorCount; i++) {
1452 mCursorCount = 0;
1463 mCursorCount = layout.isLevelBoundary(offset) ? 2 : 1;
1466 if (mCursorCount == 2) {
1473 if (mCursorCount == 2) {
H A DTextView.java4421 if (mEditor.mCursorCount == 0) {
4448 for (int i = 0; i < mEditor.mCursorCount; i++) {
4502 for (int i = 0; i < mEditor.mCursorCount; i++) {

Completed in 64 milliseconds