/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | tween_option.h | 183 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 D | page_transition_option.cpp | 301 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 D | decoration.cpp | 68 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 D | navigation_bar_component.h | 96 NavigationBarType type = NavigationBarType::NORMAL; member
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_paint_method.cpp | 307 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 D | nav_bar_pattern.cpp | 458 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 D | skills.cpp | 527 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 D | data_panel_component.h | 84 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 D | button_model_ng.cpp | 399 void ButtonModelNG::SetTypeAndStateEffect(const std::optional<ButtonType>& type, const std::optional<bool>& stateEffect) in SetTypeAndStateEffect() argument
|
H A D | button_pattern.cpp | 30 Color ButtonPattern::GetColorFromType(const RefPtr<ButtonTheme>& theme, const int32_t& type) in GetColorFromType() argument
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | dialog_container.cpp | 41 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 D | js_indicator.cpp | 286 auto type = typeParam->ToString(); in SetIndicator() local
|
H A D | js_gesture.cpp | 524 auto type = jsTypesArr->GetValueAt(i); in SetAllowedTypes() local
|
H A D | js_select.cpp | 243 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 D | ui_content_impl.cpp | 176 void OnAvoidAreaChanged(const OHOS::Rosen::AvoidArea avoidArea, OHOS::Rosen::AvoidAreaType type) in OnAvoidAreaChanged() argument [all...] |
H A D | ace_ability.cpp | 119 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 D | js_rendering_context.cpp | 473 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 D | js_frontend.cpp | 255 bool JsFrontend::Initialize(FrontendType type, const RefPtr<TaskExecutor>& taskExecutor) in Initialize() argument
|
H A D | frontend_delegate.h | 145 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 D | system_properties.cpp | 113 void SystemProperties::InitDeviceType(DeviceType type) in InitDeviceType() argument
|
H A D | resource_adapter_impl.cpp | 95 Global::Resource::DEVICE_TYPE ConvertDeviceType(DeviceType type) in ConvertDeviceType() argument [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_xcomponent_bridge.cpp | 36 XComponentType XComponentBridge::ConvertToXComponentType(const std::string& type) in ConvertToXComponentType() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 40 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 D | dom_input.cpp | 363 auto type = type_.first; in UpdateSpecializedComponentStyle() local 437 auto type in AddSpecializedComponentEvent() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 231 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...] |