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

/frameworks/base/core/java/android/widget/
H A DEditor.java2210 private void updateCursorPosition(int cursorIndex, int top, int bottom, float horizontal) { argument
2211 if (mCursorDrawable[cursorIndex] == null)
2212 mCursorDrawable[cursorIndex] = mTextView.getContext().getDrawable(
2214 final Drawable drawable = mCursorDrawable[cursorIndex];

Completed in 52 milliseconds