/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | transition_property.h | 50 struct ScaleOptions { struct 56 …ScaleOptions(float xScale, float yScale, float zScale, const CalcDimension& centerX, const CalcDim… in ScaleOptions() argument 59 ScaleOptions() = default; 60 bool operator==(const ScaleOptions& other) const 107 ACE_DEFINE_PROPERTY_GROUP_ITEM(Scale, ScaleOptions); 319 explicit ChainedScaleEffect(const ScaleOptions& option) in ChainedScaleEffect() 323 const ScaleOptions& GetEffect() const in GetEffect() 327 void SetScaleEffect(const ScaleOptions& effect) in SetScaleEffect() 341 ScaleOptions effect_;
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/ |
H A D | overlay_dialog_transition_test_ng.cpp | 238 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 276 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 321 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 372 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 428 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 484 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 540 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 597 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 654 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 716 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); [all …]
|
H A D | overlay_manager_dialog_test_ng.cpp | 663 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 722 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct); 789 NG::ScaleOptions scale(1.0f, 1.0f, 1.0f, 0.5_pct, 0.5_pct);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-window.md | 32 … | Window | scale(scaleOptions: ScaleOptions): void; … 60 … | ScaleOptions | … 61 … | ScaleOptions | … 62 … | ScaleOptions | … 63 … | ScaleOptions | …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/ |
H A D | page_transition_effect.h | 67 void SetScaleEffect(const ScaleOptions& scale) in SetScaleEffect() 72 const std::optional<ScaleOptions>& GetScaleEffect() const in GetScaleEffect() 176 std::optional<ScaleOptions> scale_;
|
H A D | page_transition_model_ng.h | 29 void SetScaleEffect(const NG::ScaleOptions& option) override;
|
H A D | page_transition_model.h | 35 virtual void SetScaleEffect(const NG::ScaleOptions& option) = 0;
|
H A D | page_transition_model_ng.cpp | 55 void PageTransitionModelNG::SetScaleEffect(const NG::ScaleOptions& option) in SetScaleEffect()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta3/ |
H A D | js-apidiff-window.md | 32 … | Window | scale(scaleOptions: ScaleOptions): void; … 60 … | ScaleOptions | … 61 … | ScaleOptions | … 62 … | ScaleOptions | … 63 … | ScaleOptions | …
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/ |
H A D | js-apidiff-window.md | 33 |起始版本有变化|类名:ScaleOptions<br>方法 or 属性:x?: number;<br>起始版本:N/A|类名:ScaleOptions<br>方法 or 属性:x?: number… 34 |起始版本有变化|类名:ScaleOptions<br>方法 or 属性:y?: number;<br>起始版本:N/A|类名:ScaleOptions<br>方法 or 属性:y?: number… 35 |起始版本有变化|类名:ScaleOptions<br>方法 or 属性:pivotX?: number;<br>起始版本:N/A|类名:ScaleOptions<br>方法 or 属性:pivot… 36 |起始版本有变化|类名:ScaleOptions<br>方法 or 属性:pivotY?: number;<br>起始版本:N/A|类名:ScaleOptions<br>方法 or 属性:pivot…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-transformation.md | 47 scale(value: ScaleOptions) 61 | value | [ScaleOptions](#scaleoptions对象说明) | 是 | 可以分别设置X轴、Y轴、Z轴的缩放比例,默认值为1,同时可以通过centerX和center… 110 ## ScaleOptions对象说明
|
H A D | ts-transition-animation-component.md | 47 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions对象说明)| 是 | 设置组件转场时… 104 | scale | [ScaleOptions](ts-universal-attributes-transformation.md#scaleoptions对象说明) | 否 | 设置组件转场时…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | page_transition_model_impl.h | 33 void SetScaleEffect(const NG::ScaleOptions& option) override;
|
H A D | page_transition_model_impl.cpp | 38 void PageTransitionModelImpl::SetScaleEffect(const NG::ScaleOptions &option) in SetScaleEffect()
|
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/ |
H A D | js-apidiff-window.md | 33 …sion changed|Class name: ScaleOptions<br>Method or attribute name: x?: number;<br>Initial version:… 34 …sion changed|Class name: ScaleOptions<br>Method or attribute name: y?: number;<br>Initial version:… 35 …on changed|Class name: ScaleOptions<br>Method or attribute name: pivotX?: number;<br>Initial versi… 36 …on changed|Class name: ScaleOptions<br>Method or attribute name: pivotY?: number;<br>Initial versi…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-arkui.md | 214 |卡片应用支持性有变化|类名:ScaleOptions;<br>方法or属性:declare interface ScaleOptions<br>旧版本信息:|类名:ScaleOptions;<br… 215 |卡片应用支持性有变化|类名:ScaleOptions;<br>方法or属性:x?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:x?: number;… 217 |卡片应用支持性有变化|类名:ScaleOptions;<br>方法or属性:y?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:y?: number;… 219 |卡片应用支持性有变化|类名:ScaleOptions;<br>方法or属性:z?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:z?: number;… 221 |卡片应用支持性有变化|类名:ScaleOptions;<br>方法or属性:centerX?: number \| string;<br>旧版本信息:|类名:ScaleOptions;<br>方法… 223 |卡片应用支持性有变化|类名:ScaleOptions;<br>方法or属性:centerY?: number \| string;<br>旧版本信息:|类名:ScaleOptions;<br>方法… 231 …:TransitionOptions;<br>方法or属性:scale?: ScaleOptions;<br>旧版本信息:|类名:TransitionOptions;<br>方法or属性:scal… 295 …ommonMethod;<br>方法or属性:scale(value: ScaleOptions): T;<br>旧版本信息:|类名:CommonMethod;<br>方法or属性:scale(v…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_page_transition_ffi.cpp | 61 …NG::ScaleOptions option(static_cast<float>(x), static_cast<float>(y), static_cast<float>(z), cX, c… in FfiPageTransitionScalePointer()
|
H A D | cj_transitioneffect.h | 90 NG::ScaleOptions scale(options.x, options.y, options.z, in Scale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_transition_effect_impl.h | 305 explicit RosenScaleTransitionEffect(const ScaleOptions& options); 308 void SetScaleEffect(const ScaleOptions& options);
|
H A D | rosen_transition_effect.cpp | 543 RosenScaleTransitionEffect::RosenScaleTransitionEffect(const ScaleOptions& options) in RosenScaleTransitionEffect() 548 void RosenScaleTransitionEffect::SetScaleEffect(const ScaleOptions& options) in SetScaleEffect()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-transformation.md | 47 scale(value: ScaleOptions) 61 | value | [ScaleOptions](#scaleoptions) | Yes | Scale ratio along the x-, y-, and z-axis. The def… 108 ## ScaleOptions section
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-window.md | 129 |访问级别有变化|类名:ScaleOptions;<br>方法or属性:x?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:x?: number;<br… 132 |访问级别有变化|类名:ScaleOptions;<br>方法or属性:y?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:y?: number;<br… 135 |访问级别有变化|类名:ScaleOptions;<br>方法or属性:pivotX?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:pivotX?: … 137 |访问级别有变化|类名:ScaleOptions;<br>方法or属性:pivotY?: number;<br>旧版本信息:|类名:ScaleOptions;<br>方法or属性:pivotY?: …
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-arkui.md | 214 …ScaleOptions;<br>Method or attribute name: declare interface ScaleOptions<br>Old version: |Class n… 215 …support changed|Class name: ScaleOptions;<br>Method or attribute name: x?: number;<br>Old version:… 217 …support changed|Class name: ScaleOptions;<br>Method or attribute name: y?: number;<br>Old version:… 219 …support changed|Class name: ScaleOptions;<br>Method or attribute name: z?: number;<br>Old version:… 221 …changed|Class name: ScaleOptions;<br>Method or attribute name: centerX?: number \| string;<br>Old … 223 …changed|Class name: ScaleOptions;<br>Method or attribute name: centerY?: number \| string;<br>Old … 231 …ribute name: scale?: ScaleOptions;<br>Old version: |Class name: TransitionOptions;<br>Method or at… 295 …name: scale(value: ScaleOptions): T;<br>Old version: |Class name: CommonMethod;<br>Method or attri…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_page_transition.cpp | 135 NG::ScaleOptions option( in Scale()
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-animation.md | 169 @State shotImgScale: ScaleOptions = { x: 1, y: 1 }; // 截图组件比例
|