Home
last modified time | relevance | path

Searched defs:currentType (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/delegate_task/src/
H A Ddelegate_interface.cpp102 const HandleEventType currentType = GetEventType(type); in AddHandler() local
194 const HandleEventType currentType = GetEventType(type); in RemoveHandler() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.cpp75 …GridSizeType currentType = container->GetContainerInfo()->GetSizeType(); // working type, not UNDE… in UpdateSpan() local
88 …GridSizeType currentType = container->GetContainerInfo()->GetSizeType(); // working type, not UNDE… in UpdateOffset() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_handler_manager.cpp71 const HandleEventType currentType = GetEventType(); in AddHandler() local
107 const HandleEventType currentType = GetEventType(); in RemoveHandler() local
/ohos5.0/base/global/i18n_lite/frameworks/i18n/include/
H A Ddata_resource.h143 LocaleDataType currentType = LocaleDataType::DEFAULT_RESOURCE; variable
/ohos5.0/foundation/multimodalinput/input/service/delegate_task/test/
H A Ddelegate_interface_test.cpp289 HandleEventType currentType = delegateInterface.GetEventType(type); variable
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_time_filter.cpp408 … int currentType = ((cType == FilterType::TYPE_DATE && lType == FilterType::TYPE_TIME) || in FilterDateTimePunc() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_pattern.h222 void onTypeDidChange(float currentType) const in onTypeDidChange()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_session.h323 EffectSuggestionType currentType = EffectSuggestionType::EFFECT_SUGGESTION_NONE; variable
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp629 void PerUserSession::StopImeInput(ImeType currentType, const sptr<IRemoteObject> &currentChannel) in StopImeInput()