Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
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()