Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_method_system_ability.h175 void NeedHideWhenSwitchInputType(int32_t userId, bool &needHide);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp334 NeedHideWhenSwitchInputType(userId, inputClientInfo.needHide); in CheckInputTypeOption()
343 NeedHideWhenSwitchInputType(userId, inputClientInfo.needHide); in CheckInputTypeOption()
1888 void InputMethodSystemAbility::NeedHideWhenSwitchInputType(int32_t userId, bool &needHide) in NeedHideWhenSwitchInputType() function in OHOS::MiscServices::InputMethodSystemAbility