Searched defs:panelType (Results 1 – 10 of 10) sorted by relevance
33 PanelType panelType = SOFT_KEYBOARD; member
39 HgmScreenType panelType; member
99 auto panelType = render->GetDataPanelType(); in GetDataPanelType() local
377 …panels_.ForEach([windowId](const PanelType &panelType, const std::shared_ptr<InputMethodPanel> &pa… in SetCallingWindow()584 …panels_.ForEach([&textConfig](const PanelType &panelType, const std::shared_ptr<InputMethodPanel> … in InvokeStartInputCallback()911 … const PanelType &panelType, std::shared_ptr<InputMethodPanel> &panel) { in CreatePanel()939 PanelType panelType = inputMethodPanel->GetPanelType(); in DestroyPanel() local1200 …panels_.ForEach([this, &channelProxy](const PanelType &panelType, const std::shared_ptr<InputMetho… in OnClientInactive()
56 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate()
285 int32_t panelType = 0; in Unmarshalling() local376 int32_t panelType = 0; in Unmarshalling() local
343 int32_t panelType = 0; in GetValue() local
315 MiscServices::PanelType panelType = info.panelInfo.panelType; in NotifyPanelStatusInfo() local
126 napi_value panelType = nullptr; in GetJsPanelTypeProperty() local
103 std::optional<PanelType> panelType = std::nullopt; member811 auto panelType = slidingPanelPattern->GetPanelType(); variable