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

/frameworks/base/core/java/android/widget/
H A DEditor.java167 final Drawable[] mCursorDrawable = new Drawable[2]; field in class:Editor
168 int mCursorCount; // Current number of used mCursorDrawable: 0 (resource=0), 1 or 2 (split)
1405 mCursorDrawable[i].draw(canvas);
1649 if (mCursorDrawable[cursorIndex] == null)
1650 mCursorDrawable[cursorIndex] = mTextView.getResources().getDrawable(
1654 mCursorDrawable[cursorIndex].getPadding(mTempRect);
1655 final int width = mCursorDrawable[cursorIndex].getIntrinsicWidth();
1658 mCursorDrawable[cursorIndex].setBounds(left, top - mTempRect.top, left + width,
H A DTextView.java4449 Rect bounds = mEditor.mCursorDrawable[i].getBounds();
4503 Rect bounds = mEditor.mCursorDrawable[i].getBounds();

Completed in 54 milliseconds