Searched refs:PanelType (Results 1 – 6 of 6) sorted by relevance
30 enum PanelType { enum42 PanelType panelType = SOFT_KEYBOARD;58 PanelType GetPanelType();78 PanelType panelType_ = PanelType::SOFT_KEYBOARD;
126 ConcurrentMap<PanelType, std::shared_ptr<InputMethodPanel>> panels_{};
42 if (panelInfo.panelType == PanelType::STATUS_BAR) { in CreatePanel()179 PanelType InputMethodPanel::GetPanelType() in GetPanelType()
304 …panels_.ForEach([windowId](const PanelType &panelType, const std::shared_ptr<InputMethodPanel> &pa… in SetCallingWindow()422 …panels_.ForEach([&textConfig](const PanelType &panelType, const std::shared_ptr<InputMethodPanel> … in OnTextConfigChange()710 PanelType panelType = inputMethodPanel->GetPanelType(); in DestroyPanel()
266 if (panelType != PanelType::STATUS_BAR) { in GetValue()274 out.panelType = PanelType(panelType); in GetValue()
116 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(PanelType::SOFT_KEYBOARD), &typeSoftKey… in GetJsPanelTypeProperty()117 …NAPI_CALL(env, napi_create_int32(env, static_cast<int32_t>(PanelType::STATUS_BAR), &typeStatusBar)… in GetJsPanelTypeProperty()