Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_ability.h173 bool isPendingShowKeyboard_ = false; variable
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp297 isPendingShowKeyboard_ = clientInfo.isShowKeyboard; in StartInput()
923 if (panelInfo.panelType == SOFT_KEYBOARD && isPendingShowKeyboard_) { in CreatePanel()
925 isPendingShowKeyboard_ = false; in CreatePanel()