Home
last modified time | relevance | path

Searched defs:panelType (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dpanel_info.h33 PanelType panelType = SOFT_KEYBOARD; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/hgm_screen_manager/
H A Dhgm_screen_info.h39 HgmScreenType panelType; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Ddata_panel_composed_element.cpp99 auto panelType = render->GetDataPanelType(); in GetDataPanelType() local
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp377 …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()
911const PanelType &panelType, std::shared_ptr<InputMethodPanel> &panel) { in CreatePanel()
939 PanelType panelType = inputMethodPanel->GetPanelType(); in DestroyPanel() local
1200 …panels_.ForEach([this, &channelProxy](const PanelType &panelType, const std::shared_ptr<InputMetho… in OnClientInactive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp56 void FfiOHOSAceFrameworkDataPanelCreate(VectorDoubleHandle values, double max, int32_t panelType) in FfiOHOSAceFrameworkDataPanelCreate()
/ohos5.0/base/inputmethod/imf/common/src/
H A Ditypes_util.cpp285 int32_t panelType = 0; in Unmarshalling() local
376 int32_t panelType = 0; in Unmarshalling() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp343 int32_t panelType = 0; in GetValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp315 MiscServices::PanelType panelType = info.panelInfo.panelType; in NotifyPanelStatusInfo() local
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_input_method_engine_setting.cpp126 napi_value panelType = nullptr; in GetJsPanelTypeProperty() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp103 std::optional<PanelType> panelType = std::nullopt; member
811 auto panelType = slidingPanelPattern->GetPanelType(); variable