Home
last modified time | relevance | path

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

/frameworks/base/tests/HandwritingIme/src/com/google/android/test/handwritingime/
DBoundsInfoDrawHelper.java89 final RectF handwritingBounds = editorBoundsInfo.getHandwritingBounds(); in drawEditorBoundsInfo() local
90 if (handwritingBounds != null) { in drawEditorBoundsInfo()
91 final RectF localHandwritingBounds = new RectF(handwritingBounds); in drawEditorBoundsInfo()