| 512 | } |
| 513 | |
| 514 | void TextFieldEx::closeIME(void) |
| 515 | { |
| 516 | AXLOGD("TextFieldEx:: closeIME"); |
| 517 | __hideCursor(); |
| 518 | this->detachWithIME(); |
| 519 | |
| 520 | if (this->onCloseIME) |
| 521 | this->onCloseIME(); |
| 522 | } |
| 523 | |
| 524 | bool TextFieldEx::canAttachWithIME() |
| 525 | { |
no test coverage detected