Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java3758 public void setTextCursorDrawable(@Nullable Drawable textCursorDrawable) { in setTextCursorDrawable() argument
3759 mCursorDrawable = textCursorDrawable; in setTextCursorDrawable()
3775 public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { in setTextCursorDrawable() argument
3777 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/non-updatable-api/
Dcurrent.txt1411 field public static final int textCursorDrawable = 16843618; // 0x1010362
/frameworks/base/api/
Dcurrent.txt1411 field public static final int textCursorDrawable = 16843618; // 0x1010362
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt91028 Lcom/android/internal/R$attr;->textCursorDrawable:I