Searched refs:textCursorDrawable (Results 1 – 5 of 5) sorted by relevance
3758 public void setTextCursorDrawable(@Nullable Drawable textCursorDrawable) { in setTextCursorDrawable() argument3759 mCursorDrawable = textCursorDrawable; in setTextCursorDrawable()3775 public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { in setTextCursorDrawable() argument3777 textCursorDrawable != 0 ? mContext.getDrawable(textCursorDrawable) : null); in setTextCursorDrawable()
1256 field public static final int textCursorDrawable = 16843618; // 0x1010362
1411 field public static final int textCursorDrawable = 16843618; // 0x1010362
91028 Lcom/android/internal/R$attr;->textCursorDrawable:I