Searched refs:textCursorDrawable (Results 1 – 4 of 4) sorted by relevance
3846 public void setTextCursorDrawable(@Nullable Drawable textCursorDrawable) { in setTextCursorDrawable() argument3847 mCursorDrawable = textCursorDrawable; in setTextCursorDrawable()3863 public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { in setTextCursorDrawable() argument3865 textCursorDrawable != 0 ? mContext.getDrawable(textCursorDrawable) : null); in setTextCursorDrawable()
1488 field public static final int textCursorDrawable = 16843618; // 0x1010362
1256 field public static final int textCursorDrawable = 16843618; // 0x1010362
79922 Lcom/android/internal/R$attr;->textCursorDrawable:I