Home
last modified time | relevance | path

Searched refs:InputWindowStatus (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/common/src/
H A Dime_setting_listener_test_impl.cpp21 InputWindowStatus ImeSettingListenerTestImpl::status_{ InputWindowStatus::NONE };
29 status_ = InputWindowStatus::NONE; in ResetParam()
38 []() { return status_ == InputWindowStatus::HIDE; }); in WaitPanelHide()
39 return status_ == InputWindowStatus::HIDE; in WaitPanelHide()
45 []() { return status_ == InputWindowStatus::SHOW; }); in WaitPanelShow()
46 return status_ == InputWindowStatus::SHOW; in WaitPanelShow()
85 status_ = InputWindowStatus::SHOW; in OnImeShow()
91 status_ = InputWindowStatus::HIDE; in OnImeHide()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_panel_test.cpp108 static InputWindowStatus status_;
165 status_ = visible ? InputWindowStatus::SHOW : InputWindowStatus::HIDE; in OnReceiveEvent()
171 status_ = InputWindowStatus::NONE; in ResetParam()
174 InputWindowStatus status_{ InputWindowStatus::NONE };
182 InputWindowStatus InputMethodPanelTest::status_{ InputWindowStatus::NONE };
297 status_ = InputWindowStatus::NONE; in TriggerShowCallback()
309 status_ = InputWindowStatus::NONE; in TriggerHideCallback()
350 [] { return status_ == InputWindowStatus::SHOW; }); in ImcPanelShowInfoCheck()
370 status_ = InputWindowStatus::NONE; in ImcPanelListeningTestRestore()
741 EXPECT_EQ(status_, InputWindowStatus::SHOW);
[all …]
H A Didentity_checker_test.cpp545 InputWindowStatus status = InputWindowStatus::SHOW;
562 InputWindowStatus status = InputWindowStatus::SHOW;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_event_monitor_manager_impl.cpp113 int32_t ImeEventMonitorManagerImpl::OnPanelStatusChange(const InputWindowStatus &status, const ImeW… in OnPanelStatusChange()
115 if (status == InputWindowStatus::HIDE) { in OnPanelStatusChange()
118 if (status == InputWindowStatus::SHOW) { in OnPanelStatusChange()
H A Dinput_client_stub.cpp107 return reply.WriteInt32(OnPanelStatusChange(static_cast<InputWindowStatus>(status), info)) in OnPanelStatusChangeOnRemote()
134 int32_t InputClientStub::OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &… in OnPanelStatusChange()
H A Dinput_client_proxy.cpp47 int32_t InputClientProxy::OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo … in OnPanelStatusChange()
H A Dinput_method_system_ability_proxy.cpp234 int32_t InputMethodSystemAbilityProxy::PanelStatusChange(const InputWindowStatus &status, const Ime… in PanelStatusChange()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp576 PanelStatusChangeToImc(InputWindowStatus::HIDE, { 0, 0, 0, 0 }); in ChangePanelFlag()
645 PanelStatusChange(InputWindowStatus::SHOW); in ShowPanel()
647 PanelStatusChangeToImc(InputWindowStatus::SHOW, window_->GetRect()); in ShowPanel()
688 PanelStatusChange(InputWindowStatus::HIDE); in HidePanel()
690 PanelStatusChangeToImc(InputWindowStatus::HIDE, { 0, 0, 0, 0 }); in HidePanel()
746 void InputMethodPanel::PanelStatusChange(const InputWindowStatus &status) in PanelStatusChange()
748 if (status == InputWindowStatus::SHOW && showRegistered_ && panelStatusListener_ != nullptr) { in PanelStatusChange()
752 if (status == InputWindowStatus::HIDE && hideRegistered_ && panelStatusListener_ != nullptr) { in PanelStatusChange()
758 void InputMethodPanel::PanelStatusChangeToImc(const InputWindowStatus &status, const Rosen::Rect &r… in PanelStatusChangeToImc()
989 InputWindowStatus status = InputWindowStatus::HIDE; in HandleKbPanelInfoChange()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_window_info.h25 enum class InputWindowStatus : uint32_t { SHOW, HIDE, NONE }; enum
H A Di_input_client.h44 …virtual int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) = …
H A Dinput_client_proxy.h40 … int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) override;
H A Dime_event_monitor_manager_impl.h34 int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info);
H A Dinput_client_stub.h42 … int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) override;
H A Dinput_method_system_ability_proxy.h68 int32_t PanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) override;
/ohos5.0/base/inputmethod/imf/test/common/include/
H A Dime_setting_listener_test_impl.h40 static InputWindowStatus status_;
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h129 void PanelStatusChange(const InputWindowStatus &status);
130 void PanelStatusChangeToImc(const InputWindowStatus &status, const Rosen::Rect &rect);
/ohos5.0/base/inputmethod/imf/services/include/
H A Dim_common_event_manager.h49 …int32_t PublishPanelStatusChangeEvent(int32_t userId, const InputWindowStatus &status, const ImeWi…
H A Di_input_method_system_ability.h68 … virtual int32_t PanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) = 0;
H A Dinput_method_system_ability.h77 int32_t PanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info) override;
H A Dperuser_session.h123 int32_t OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &info);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dim_common_event_manager.cpp434 int32_t userId, const InputWindowStatus &status, const ImeWindowInfo &info) in PublishPanelStatusChangeEvent()
440 bool visible = (status == InputWindowStatus::SHOW); in PublishPanelStatusChangeEvent()
H A Dperuser_session.cpp1186 int32_t PerUserSession::OnPanelStatusChange(const InputWindowStatus &status, const ImeWindowInfo &i… in OnPanelStatusChange()
1195 …if (status == InputWindowStatus::SHOW && !EventStatusManager::IsImeShowOn(clientInfo->eventFlag)) { in OnPanelStatusChange()
1199 …if (status == InputWindowStatus::HIDE && !EventStatusManager::IsImeHideOn(clientInfo->eventFlag)) { in OnPanelStatusChange()
H A Dinput_method_system_ability_stub.cpp313 int32_t ret = PanelStatusChange(static_cast<InputWindowStatus>(status), info); in PanelStatusChangeOnRemote()
H A Dinput_method_system_ability.cpp526 int32_t InputMethodSystemAbility::PanelStatusChange(const InputWindowStatus &status, const ImeWindo… in PanelStatusChange()