Signed-off-by: zhaolinglan <zhaolinglan@huawei.com>
This commit is contained in:
zhaolinglan 2023-08-07 15:39:21 +08:00
parent 00ca5c614a
commit 923aafb2a6

View File

@ -1547,17 +1547,7 @@ declare namespace inputMethodEngine {
* @syscap SystemCapability.MiscServices.InputMethodFramework
* @since 10
*/
FLG_FLOATING,
/**
* Candidate column style.
* <p>It's provided for the panel with type of SOFT_KEYBOARD.
* When the flag is set, the soft keyboard is candidate column.</p>
*
* @syscap SystemCapability.MiscServices.InputMethodFramework
* @since 10
*/
FLG_CANDIDATE_COLUMN
FLG_FLOATING
}
/**