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

/frameworks/base/core/java/android/widget/
H A DEditor.java2004 private void updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) { argument
2005 if (mCursorDrawable[cursorIndex] == null)
2006 mCursorDrawable[cursorIndex] = mTextView.getContext().getDrawable(
2010 mCursorDrawable[cursorIndex].getPadding(mTempRect);
2011 final int width = mCursorDrawable[cursorIndex].getIntrinsicWidth();
2014 mCursorDrawable[cursorIndex].setBounds(left, top - mTempRect.top, left + width,

Completed in 51 milliseconds