Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-builderparam.md4 …component, you can use different methods (such as modifying parameters, trailing closure, or using…
162trailing closure is used, the child component has only one \@BuilderParam to receive this trailing
225 …nitialized using a trailing closure. During initialization, the component name is followed by a pa…
233 You can pass the content in the trailing closure to \@BuilderParam as an \@Builder decorated method.
242 …// Use the trailing closure {} (@Builder decorated method) of the parent component for @BuilderPar…
270 …ring initialization, append a pair of braces ({}) to the component name to form a trailing closure.
288 …initialize @BuilderParam in the @ComponentV2 decorated custom components through trailing closures.
334 …e local @Builder. Column component is followed by braces ({}) to form a trailing closure to initia…
342 …obal @Builder. ChildPage component is followed by braces ({}) to form a trailing closure to initia…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dscroll_motion.h27 ExtentPair(double leading, double trailing) : leading_(leading), trailing_(trailing) {} in ExtentPair() argument
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dohos-arkui-advanced-ChipGroup.md153 Defines the options for the trailing symbol item in a chip group.
161 …difier](ts-universal-attributes-attribute-modifier.md) | No| Settings of the trailing symbol item.|
162 | action | [VoidCallback](ts-types.md#voidcallback12) | No| Action of the trailing symbol item.|
163 …ext | [ResourceStr](ts-types.md#resourcestr) | No| Accessibility text of the trailing symbol item.|
164 …ResourceStr](ts-types.md#resourcestr) | No| Accessibility description of the trailing symbol item.|
165 | accessibilityLevel | string | No| Accessibility level of the trailing symbol item.<br>Default val…
196 …up> | [ResourceStr](ts-types.md#resourcestr) | No| Accessibility text of the trailing symbol item.|
197 …ResourceStr](ts-types.md#resourcestr) | No| Accessibility description of the trailing symbol item.|
198 | accessibilityLevel<sup>14+</sup> | string | No| Accessibility level of the trailing symbol item.<…
H A Dohos-arkui-advanced-Filter.md45 …aram | Custom content of the filtering result display area, which is passed in a trailing closure.|
H A Dts-universal-attributes-sheet-transition.md40 …a [spring curve](../../../ui/arkts-spring-curve.md), which has a subtle trailing effect that is no…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_test_ng.cpp346 auto trailing = scrollEdgeEffect->trailingCallback_(); variable
350 EXPECT_EQ(trailing, 0.0);
360 trailing = scrollEdgeEffect->trailingCallback_();
364 EXPECT_EQ(trailing, VERTICAL_SCROLLABLE_DISTANCE);
374 trailing = scrollEdgeEffect->trailingCallback_();
378 EXPECT_EQ(trailing, VERTICAL_SCROLLABLE_DISTANCE);
/ohos5.0/foundation/multimedia/camera_framework/
H A Dhisysevent_dps.yaml60 TRAILINGTIME: {type: UINT64, desc: Length of time the task is trailing off}
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.1/
H A Dchangelogs-arkcompiler.md93 …length property as read-only. This can be seen for tuples with optional trailing and rest element …
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-platform-pwm-des.md18 …ude **U**, rise time **ts** at the leading edge, fall time **t** at the trailing edge, and pulse w…
H A Ddriver-platform-pwm-develop.md11 …ude **U**, rise time **ts** at the leading edge, fall time **t** at the trailing edge, and pulse w…
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Djs-apis-arkts-decimal.md2584 … **includeZeros** specified to determine whether to count the number of trailing zeros in the inte…
2594 …hether to count the number of trailing zeros in the integer part. The value **true** means to coun…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_pattern.cpp3638 auto trailing = currentIndexOffset_ - itemPosition_.begin()->second.startPos; in PlaySpringAnimation() local
3639 ExtentPair extentPair = ExtentPair(leading, trailing); in PlaySpringAnimation()