setComposingRect method

void setComposingRect(
  1. Rect rect
)

Informs the text input control about composing area changes.

This method is called when the attached input client's composing area changes.

Implementation

void setComposingRect(Rect rect) {}