Searched refs:textCursorDrawable (Results 1 – 5 of 5) 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()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
1490 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