Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3295 Rect secondCursorBounds = mCursorDrawable[1].getBounds(); in onGetContentRect() local
3297 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()