Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java3846 public void setTextCursorDrawable(@Nullable Drawable textCursorDrawable) { in setTextCursorDrawable() argument
3847 mCursorDrawable = textCursorDrawable; in setTextCursorDrawable()
3863 public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { in setTextCursorDrawable() argument
3865 textCursorDrawable != 0 ? mContext.getDrawable(textCursorDrawable) : null); in setTextCursorDrawable()
/frameworks/base/core/api/
Dcurrent.txt1488 field public static final int textCursorDrawable = 16843618; // 0x1010362
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1256 field public static final int textCursorDrawable = 16843618; // 0x1010362
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt79922 Lcom/android/internal/R$attr;->textCursorDrawable:I