Home
last modified time | relevance | path

Searched refs:Linear (Results 1 – 25 of 110) sorted by relevance

12345

/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A DReadme-EN.md15 - [@ohos.util.ArrayList (Linear Container ArrayList)](js-apis-arraylist.md)
16 - [@ohos.util.Deque (Linear Container Deque)](js-apis-deque.md)
22 - [@ohos.util.LinkedList (Linear Container LinkedList)](js-apis-linkedlist.md)
23 - [@ohos.util.List (Linear Container List)](js-apis-list.md)
25 - [@ohos.util.Queue (Linear Container Queue)](js-apis-queue.md)
26 - [@ohos.util.Stack (Linear Container Stack)](js-apis-stack.md)
33 - [@ohos.util.Vector (Linear Container Vector)](js-apis-vector.md)
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-common-components-progress-indicator.md19 Progress({ value: 24, total: 100, type: ProgressType.Linear }) // 创建一个进度总长为100,初始进度值为24的线性进度条
28 Progress有5种可选类型,通过ProgressType可以设置进度条样式,ProgressType类型包括:ProgressType.Linear(线性样式)、 ProgressType.Ri…
39 Progress({ value: 20, total: 100, type: ProgressType.Linear }).width(200).height(50)
40 Progress({ value: 20, total: 100, type: ProgressType.Linear }).width(50).height(200)
89 >- 中段处的进度展示效果为矩形状长条,与ProgressType.Linear线性样式相似。
H A Darkts-traditional-curve.md27 new MyCurve(' Linear', Curve.Linear, '#317AF7'),
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-progress.md42 …ogressType](#progresstype8枚举说明) | 否 | 指定进度条类型。<br/>默认值:ProgressType.Linear<br/>**卡片能力:** 从API…
43 …essstyle枚举说明) | 否 | 指定进度条样式。<br/>该参数从API version8开始废弃,建议使用type替代。<br/>默认值:ProgressStyle.Linear |
55 | Linear | 线性样式。从API version9开始,高度大于宽度的时候自适应垂直显示。 |
59 | Capsule | 胶囊样式,头尾两端圆弧处的进度展示效果与Eclipse相同;中段处的进度展示效果与Linear相同。高度大于宽度的时候自适应垂直显示。 |
71 | Linear | 线性样式。 |
75 | Capsule<sup>8+</sup> | 胶囊样式,头尾两端圆弧处的进度展示效果与Eclipse相同;中段处的进度展示效果与Linear相同。高度大于宽度的时候自适应垂直显示。 |
324 Text('Linear Progress').fontSize(9).fontColor(0xCCCCCC).width('90%')
325 Progress({ value: 10, type: ProgressType.Linear }).width(200)
326 …Progress({ value: 20, total: 150, type: ProgressType.Linear }).color(Color.Grey).value(50).width(2…
480 Progress({ value: this.value, total: 100, type: ProgressType.Linear })
[all …]
H A Dts-transition-animation-shared-elements.md32 …nbsp;\|&nbsp;[ICurve](../js-apis-curve.md#icurve)<sup>10+</sup> | 否 | 动画曲线。<br/>默认值:Curve.Linear |
54 .sharedTransition('sharedImage', { duration: 800, curve: Curve.Linear, delay: 100 })
72 .sharedTransition('sharedImage', { duration: 800, curve: Curve.Linear, delay: 100 })
H A Dts-page-transition-animation.md57 PageTransitionEnter({ duration: 1200, curve: Curve.Linear })
101 PageTransitionExit({ duration: 1200, curve: Curve.Linear })
119 …slow-in"、"friction"、"linear"、"linear-out-slow-in"、"rhythm"、"sharp"、"smooth"。<br/>默认值:Curve.Linear |
277 PageTransitionEnter({ duration: 1200, curve: Curve.Linear })
319 PageTransitionEnter({ duration: 1200, curve: Curve.Linear })
H A Dts-container-tabcontent.md1019 curve: Curve.Linear, // 动画曲线
1032 curve: Curve.Linear, // 动画曲线
1051 curve: Curve.Linear, // 动画曲线
1064 curve: Curve.Linear, // 动画曲线
1083 curve: Curve.Linear, // 动画曲线
1096 curve: Curve.Linear, // 动画曲线
1115 curve: Curve.Linear, // 动画曲线
1128 curve: Curve.Linear, // 动画曲线
1147 curve: Curve.Linear, // 动画曲线
1160 curve: Curve.Linear, // 动画曲线
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.16/
H A Dchangelogs-arkui.md15 当Swiper组件不设置curve参数时,默认曲线从Linear变更为interpolatingSpring(-1,1,328,34)。
28 变更前:Swiper默认曲线为Linear
/ohos5.0/docs/zh-cn/third-party-cases/
H A Dcustomize-the-input-box.md47 .animation({duration:100, curve: Curve.Linear})
56 .animation({duration: 300, curve: Curve.Linear})
147 .animation({duration:100, curve: Curve.Linear})
155 .animation({duration: 300, curve: Curve.Linear})
H A Dproperty-animation.md294 * Linear:表示动画从头到尾的速度都是相同的。
314 curve: Curve.Linear,
429 curve: Curve.Linear,
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-common-components-progress-indicator.md19 Progress({ value: 24, total: 100, type: ProgressType.Linear }) // Create a linear progress indicato…
28 …g the **ProgressType** parameter to any of the following: **ProgressType.Linear** (linear style), …
31 - Linear style (default style)
39 Progress({ value: 20, total: 100, type: ProgressType.Linear }).width(200).height(50)
40 Progress({ value: 20, total: 100, type: ProgressType.Linear }).width(50).height(200)
H A Darkts-traditional-curve.md27 new MyCurve(' Linear', Curve.Linear, '#317AF7'),
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-transition-animation-shared-elements.md29 …js-apis-curve.md#icurve9)<sup>10+</sup> | No| Animation curve.<br>Default value: **Curve.Linear**|
51 .sharedTransition('sharedImage', { duration: 800, curve: Curve.Linear, delay: 100 })
69 .sharedTransition('sharedImage', { duration: 800, curve: Curve.Linear, delay: 100 })
H A Dts-basic-components-progress.md42 …No | Style of the progress indicator.<br>Default value: **ProgressType.Linear**<br>**Widget capa…
43 …API version 8. You are advised to use **type** instead.<br>Default value: **ProgressStyle.Linear**|
55 | Linear | Linear style. Since API version 9, the progress indicator adaptively swi…
71 | Linear | Linear style. |
85 | ProgressType.Linear | [LinearStyleOptions<sup>10+</sup>](#linearstyleoptions10) \| [ProgressSty…
324 Text('Linear Progress').fontSize(9).fontColor(0xCCCCCC).width('90%')
325 Progress({ value: 10, type: ProgressType.Linear }).width(200)
326 …Progress({ value: 20, total: 150, type: ProgressType.Linear }).color(Color.Grey).value(50).width(2…
472 Progress({value: this.value, total: 100, type:ProgressType.Linear})
476 Progress({value: this.value, total: 100, type:ProgressType.Linear})
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-colorSpaceManager.md48 | LINEAR_P3<sup>11+</sup> | 23 | RGB色域为Display P3类型。<br>转换函数为Linear类型。 |
49 | LINEAR_SRGB<sup>11+</sup> | 24 | RGB色域为SRGB类型。<br>转换函数为Linear类型。 |
50 | LINEAR_BT709<sup>11+</sup> | 24 | 与LINEAR_SRGB相同。<br>RGB色域为BT709类型。<br>转换函数为Linear类型。…
51 | LINEAR_BT2020<sup>11+</sup> | 25 | RGB色域为BT2020类型。<br>转换函数为Linear类型。 |
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dreasonable-using-animation.md89 curve: Curve.Linear, // 动画曲线
122 curve: Curve.Linear, // 动画曲线
133 curve: Curve.Linear, // 动画曲线
H A Danimation_practice.md287 animateTo({ curve: Curve.Linear, duration: 2000 }, () => {
327 animateTo({ curve: Curve.Linear, duration: 2000 }, () => {
364 animateTo({ curve: Curve.Linear, duration: 2000 }, () => {
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.16/
H A Dchangelogs-arkui.md15 …s not set for the **Swiper** component, the default curve changes from **Linear** to **interpolati…
28 Before change: The default curve for **Swiper** was **Linear**.
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/
H A Djs-service-widget-common-gradient.md12 ## Linear Gradient/Repeating Linear Gradient
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-common-gradient.md13 ## Linear Gradient/Repeating Linear Gradient
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_progress.h26 Linear, enumerator
/ohos5.0/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h67 gradientflag_(Linear),
165 enum Gradient { Linear, Radial }; enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/curves/
H A Deasing_curve.h35 META_IMPLEMENT_EASING_CURVE_API(Linear) in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/curves/
H A Deasing_curve.h37 DECLARE_EASING_CURVE(Linear) in META_BEGIN_NAMESPACE()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-curve.md31 | curve | [Curve](#curve枚举说明) | 否 | 曲线类型。<br/>默认值:Curve.Linear |
49 | Linear | 表示动画从头到尾的速度都是相同的。 |
350 | curve | [Curve](#curve枚举说明) | 否 | 曲线类型。<br/>默认值:Curve.Linear |

12345