Searched refs:secondCursorBounds (Results 1 – 1 of 1) sorted by relevance
3295 Rect secondCursorBounds = mCursorDrawable[1].getBounds(); in onGetContentRect() local3297 Math.min(firstCursorBounds.left, secondCursorBounds.left), in onGetContentRect()3298 Math.min(firstCursorBounds.top, secondCursorBounds.top), in onGetContentRect()3299 Math.max(firstCursorBounds.right, secondCursorBounds.right), in onGetContentRect()3300 Math.max(firstCursorBounds.bottom, secondCursorBounds.bottom) in onGetContentRect()