Home
last modified time | relevance | path

Searched refs:textCursorDrawable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
DTextView.java3753 public void setTextCursorDrawable(@Nullable Drawable textCursorDrawable) { in setTextCursorDrawable() argument
3754 mCursorDrawable = textCursorDrawable; in setTextCursorDrawable()
3770 public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { in setTextCursorDrawable() argument
3772 textCursorDrawable != 0 ? mContext.getDrawable(textCursorDrawable) : null); in setTextCursorDrawable()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1256 field public static final int textCursorDrawable = 16843618; // 0x1010362
/frameworks/base/api/
Dcurrent.txt1409 field public static final int textCursorDrawable = 16843618; // 0x1010362
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt97467 Lcom/android/internal/R$attr;->textCursorDrawable:I