Home
last modified time | relevance | path

Searched defs:callingDisplayId (Results 1 – 6 of 6) sorted by relevance

/base/inputmethod/imf/interfaces/inner_api/inputmethod_ability/include/
Dinput_method_engine_listener.h47 virtual void OnCallingDisplayIdChanged(uint64_t callingDisplayId) {}; in OnCallingDisplayIdChanged()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
Dinput_attribute.h39 uint64_t callingDisplayId = 0; member
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
Djs_input_method_engine_setting.h107 uint64_t callingDisplayId = 0; member
Djs_input_method_engine_setting.cpp883 void JsInputMethodEngineSetting::OnCallingDisplayIdChanged(uint64_t callingDisplayId) in OnCallingDisplayIdChanged()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_ability_test.cpp117 void OnCallingDisplayIdChanged(uint64_t callingDisplayId) in OnCallingDisplayIdChanged()
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp1338 … auto callingDisplayId = InputMethodAbility::GetInstance()->GetInputAttribute().callingDisplayId; in SetCallingWindow() local