Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3836 Rect firstCursorBounds = mCursorDrawable[0].getBounds(); in onGetContentRect() local
3839 Math.min(firstCursorBounds.left, secondCursorBounds.left), in onGetContentRect()
3840 Math.min(firstCursorBounds.top, secondCursorBounds.top), in onGetContentRect()
3841 Math.max(firstCursorBounds.right, secondCursorBounds.right), in onGetContentRect()
3842 Math.max(firstCursorBounds.bottom, secondCursorBounds.bottom) in onGetContentRect()