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

/frameworks/base/core/java/android/widget/
H A DEditor.java1648 private void updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) { argument
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,

Completed in 26 milliseconds