Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_data_channel_stub.h78 int32_t NotifyKeyboardHeightOnRemote(MessageParcel &data, MessageParcel &reply);
100 …atic_cast<uint32_t>(NOTIFY_KEYBOARD_HEIGHT)] = &InputDataChannelStub::NotifyKeyboardHeightOnRemote,
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp205 int32_t InputDataChannelStub::NotifyKeyboardHeightOnRemote(MessageParcel &data, MessageParcel &repl… in NotifyKeyboardHeightOnRemote() function in OHOS::MiscServices::InputDataChannelStub