Home
last modified time | relevance | path

Searched defs:type (Results 2501 - 2525 of 3614) sorted by relevance

1...<<101102103104105106107108109110>>...145

/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dtween_option.h183 void SetTranslateAnimations(AnimationType type, const RefPtr<Animation<DimensionOffset>>& transformOffsetAnimation) in SetTranslateAnimations() argument
197 void SetTransformFloatAnimation(AnimationType type, const RefPtr<Animation<float>>& transformFloatAnimation) in SetTransformFloatAnimation() argument
H A Dpage_transition_option.cpp301 void TransitionTweenOptionFactory::CreateSharedTweenOption(SharedTransitionEffectType type, TweenOption& option) in CreateSharedTweenOption() argument
596 CreateSlideEffectAnimation( TweenOption& tweenOption, SlideEffect effect, PageTransitionType type, TransitionDirection direction) CreateSlideEffectAnimation() argument
[all...]
H A Ddecoration.cpp68 void BackgroundImageSize::SetSizeTypeX(BackgroundImageSizeType type) in SetSizeTypeX() argument
73 void BackgroundImageSize::SetSizeTypeY(BackgroundImageSizeType type) in SetSizeTypeY() argument
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component.h96 NavigationBarType type = NavigationBarType::NORMAL; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_paint_method.cpp307 std::string CanvasPaintMethod::ToDataURL(const std::string& type, const double quality) in ToDataURL() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnav_bar_pattern.cpp458 void NavBarPattern::OnWindowSizeChanged(int32_t width, int32_t height, WindowSizeChangeReason type) in OnWindowSizeChanged() argument
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dskills.cpp527 void Skills::AddType(const std::string &type) in AddType() argument
539 AddType(const std::string &type, const MatchType &matchType) AddType() argument
554 std::string type = patternsMatcher.GetPattern(); AddType() local
586 HasType(const std::string &type) HasType() argument
598 RemoveType(const std::string &type) RemoveType() argument
628 RemoveType(const std::string &type, const MatchType &matchType) RemoveType() argument
715 MatchData(const std::string &type, const std::string &scheme, Uri data) MatchData() argument
782 FindMimeType(const std::string &type) FindMimeType() argument
840 RegionMatches(const std::string &type, int toffset, const std::string &other, int ooffset, int len) RegionMatches() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.h84 void SetColorType(SegmentStyleType type) in SetColorType() argument
117 void SetMeasureType(MeasureType type) in SetMeasureType() argument
139 void SetPanelType(ChartType type) in SetPanelType() argument
227 explicit ProgressDataPanelComponent(ChartType type) in ProgressDataPanelComponent() argument
297 PercentageDataPanelComponent(ChartType type) PercentageDataPanelComponent() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.cpp399 void ButtonModelNG::SetTypeAndStateEffect(const std::optional<ButtonType>& type, const std::optional<bool>& stateEffect) in SetTypeAndStateEffect() argument
H A Dbutton_pattern.cpp30 Color ButtonPattern::GetColorFromType(const RefPtr<ButtonTheme>& theme, const int32_t& type) in GetColorFromType() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddialog_container.cpp41 DialogContainer::DialogContainer(int32_t instanceId, FrontendType type) : instanceId_(instanceId), type_(type) in DialogContainer() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_indicator.cpp286 auto type = typeParam->ToString(); in SetIndicator() local
H A Djs_gesture.cpp524 auto type = jsTypesArr->GetValueAt(i); in SetAllowedTypes() local
H A Djs_select.cpp243 void JSSelect::ParseFontSize(const JSRef<JSVal>& jsValue, SelectFontType type) in ParseFontSize() argument
259 void JSSelect::ParseFontWeight(const JSRef<JSVal>& jsValue, SelectFontType type) in ParseFontWeight() argument
276 void JSSelect::ParseFontFamily(const JSRef<JSVal>& jsValue, SelectFontType type) in ParseFontFamily() argument
292 ParseFontStyle(const JSRef<JSVal>& jsValue, SelectFontType type) ParseFontStyle() argument
308 ResetFontSize(SelectFontType type) ResetFontSize() argument
329 ResetFontWeight(SelectFontType type) ResetFontWeight() argument
340 ResetFontFamily(SelectFontType type) ResetFontFamily() argument
355 ResetFontStyle(SelectFontType type) ResetFontStyle() argument
370 ResetFont(SelectFontType type) ResetFont() argument
[all...]
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp176 void OnAvoidAreaChanged(const OHOS::Rosen::AvoidArea avoidArea, OHOS::Rosen::AvoidAreaType type) in OnAvoidAreaChanged() argument
[all...]
H A Dace_ability.cpp119 NG::SafeAreaInsets GetViewSafeAreaByType(OHOS::Rosen::AvoidAreaType type, sptr<OHOS::Rosen::Window> rsWindow) in GetViewSafeAreaByType() argument
162 void OnAvoidAreaChanged(const OHOS::Rosen::AvoidArea avoidArea, OHOS::Rosen::AvoidAreaType type) in OnAvoidAreaChanged() argument
512 SurfaceChanged( const DeviceOrientation& orientation, const double& resolution, int32_t& width, int32_t& height, WindowSizeChangeReason type) SurfaceChanged() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_rendering_context.cpp473 void JSRenderingContext::DeleteCallbackFromList(int argc, napi_env env, napi_value cb, CanvasCallbackType type) in DeleteCallbackFromList() argument
506 CanvasCallbackType type = CanvasCallbackType::UNKNOWN; in GetCanvasCallbackType() local
453 AddCallbackToList( napi_env env, napi_value cb, CanvasCallbackType type, const std::function<void()>&& onFunc) AddCallbackToList() argument
522 const CanvasCallbackType type = GetCanvasCallbackType(info[0]->ToString()); JsOn() local
561 const CanvasCallbackType type = GetCanvasCallbackType(info[0]->ToString()); JsOff() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_frontend.cpp255 bool JsFrontend::Initialize(FrontendType type, const RefPtr<TaskExecutor>& taskExecutor) in Initialize() argument
H A Dfrontend_delegate.h145 virtual std::string GetContentInfo(ContentInfoType type) in GetContentInfo() argument
140 RestoreRouterStack( const std::string& contentInfo, ContentInfoType type) RestoreRouterStack() argument
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp113 void SystemProperties::InitDeviceType(DeviceType type) in InitDeviceType() argument
H A Dresource_adapter_impl.cpp95 Global::Resource::DEVICE_TYPE ConvertDeviceType(DeviceType type) in ConvertDeviceType() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.cpp36 XComponentType XComponentBridge::ConvertToXComponentType(const std::string& type) in ConvertToXComponentType() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp40 bool DeclarativeFrontendNG::Initialize(FrontendType type, const RefPtr<TaskExecutor>& taskExecutor) in Initialize() argument
439 void DeclarativeFrontendNG::NavigatePage(uint8_t type, const PageTarget& target, const std::string& params) in NavigatePage() argument
572 RestoreRouterStack( const std::string& contentInfo, ContentInfoType type) RestoreRouterStack() argument
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp363 auto type = type_.first; in UpdateSpecializedComponentStyle() local
437 auto type in AddSpecializedComponentEvent() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp231 void SetBgImgSizeX(BackgroundImageSizeType type, double value, BackgroundImageSize& bgImgSize) in SetBgImgSizeX() argument
237 void SetBgImgSizeY(BackgroundImageSizeType type, doubl argument
138 SetBgImgPositionX( const BackgroundImagePositionType type, const double value, BackgroundImagePosition& bgImgPosition) SetBgImgPositionX() argument
145 SetBgImgPositionY( const BackgroundImagePositionType type, const double value, BackgroundImagePosition& bgImgPosition) SetBgImgPositionY() argument
152 SetBgImgPosition( const BackgroundImagePositionType type, const double value, BackgroundImagePosition& bgImgPosition) SetBgImgPosition() argument
[all...]

Completed in 27 milliseconds

1...<<101102103104105106107108109110>>...145