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