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

/frameworks/base/core/java/android/widget/
H A DEditor.java166 int mCursorCount; // Current number of used mCursorDrawable: 0 (resource=0), 1 or 2 (split) field in class:Editor
1230 if (highlight != null && selectionStart == selectionEnd && mCursorCount > 0) {
1372 for (int i = 0; i < mCursorCount; i++) {
1420 mCursorCount = 0;
1431 mCursorCount = layout.isLevelBoundary(offset) ? 2 : 1;
1434 if (mCursorCount == 2) {
1441 if (mCursorCount == 2) {
H A DTextView.java4292 if (mEditor.mCursorCount == 0) {
4319 for (int i = 0; i < mEditor.mCursorCount; i++) {
4373 for (int i = 0; i < mEditor.mCursorCount; i++) {

Completed in 140 milliseconds