It seems that this is not implemented. In the implementation, the TextViewcall updateCursordepends on InputMethodManager.isWatchingCursor, which is successfully determined as follows:
public boolean isWatchingCursor(View view) {
return false;
}
, onUpdateSelection, , Rect.