Home
last modified time | relevance | path

Searched refs:mCursorDrawable (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DMagnifier.java269 private Drawable mCursorDrawable; field in Magnifier
274 mCursorDrawable = cursorDrawable; in setDrawCursor()
770 if (mCursorDrawable != null) { in maybeDrawCursor()
771 mCursorDrawable.setBounds( in maybeDrawCursor()
773 mSourceWidth / 2 + mCursorDrawable.getIntrinsicWidth(), mSourceHeight); in maybeDrawCursor()
774 mCursorDrawable.draw(canvas); in maybeDrawCursor()
H A DTextView.java871 private Drawable mCursorDrawable;
3847 mCursorDrawable = textCursorDrawable; in setTextCursorDrawable()
3880 if (mCursorDrawable == null && mCursorDrawableRes != 0) { in getTextCursorDrawable()
3881 mCursorDrawable = mContext.getDrawable(mCursorDrawableRes); in getTextCursorDrawable()
3883 return mCursorDrawable; in getTextCursorDrawable()