Searched refs:mCursorDrawable (Results 1 – 2 of 2) sorted by relevance
269 private Drawable mCursorDrawable; field in Magnifier274 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()
1018 private Drawable mCursorDrawable;4114 mCursorDrawable = textCursorDrawable; in setTextCursorDrawable()4147 if (mCursorDrawable == null && mCursorDrawableRes != 0) { in getTextCursorDrawable()4148 mCursorDrawable = mContext.getDrawable(mCursorDrawableRes); in getTextCursorDrawable()4150 return mCursorDrawable; in getTextCursorDrawable()