Home
last modified time | relevance | path

Searched refs:setTextCursorDrawable (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java4019 public void setTextCursorDrawable(@Nullable Drawable textCursorDrawable) { in setTextCursorDrawable() method in TextView.Drawables
4036 public void setTextCursorDrawable(@DrawableRes int textCursorDrawable) { in setTextCursorDrawable() method in TextView.Drawables
4037 setTextCursorDrawable( in setTextCursorDrawable()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt60433 method public void setTextCursorDrawable(@Nullable android.graphics.drawable.Drawable);
60434 method public void setTextCursorDrawable(@DrawableRes int);