Home
last modified time | relevance | path

Searched refs:setTextCursorDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java4113 public void setTextCursorDrawable(@Nullable Drawable textCursorDrawable) { in setTextCursorDrawable() method in TextView.Drawables
4130 public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { in setTextCursorDrawable() method in TextView.Drawables
4131 setTextCursorDrawable( in setTextCursorDrawable()
/frameworks/base/core/api/
Dcurrent.txt62623 method public void setTextCursorDrawable(@Nullable android.graphics.drawable.Drawable);
62624 method public void setTextCursorDrawable(@DrawableRes int);