Home
last modified time | relevance | path

Searched refs:Reverse (Results 1 – 25 of 79) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/modifiers/
H A Dreverse.h30 class Reverse final in META_BEGIN_NAMESPACE()
31 …: public Internal::AnimationModifierInterfaceAPI<Reverse, META_NS::ClassId::ReverseAnimationModifi… in META_BEGIN_NAMESPACE()
32 META_API(Reverse) in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/modifiers/
H A Dreverse.cpp21 bool Reverse::Build(const IMetadata::Ptr& data) in Build()
26 bool Reverse::ProcessOnGetDuration(DurationData& duration) const in ProcessOnGetDuration()
30 bool Reverse::ProcessOnStep(StepData& step) const in ProcessOnStep()
H A Dreverse.h31 class Reverse final : public AnimationModifierFwd<Reverse, META_NS::ClassId::ReverseAnimationModifi… in META_BEGIN_NAMESPACE()
/ohos5.0/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_test_service.cpp35 static int Reverse(int x) in Reverse() function
77 rep = Reverse(data); in ReverseInt()
85 rep = Reverse(data); in ReverseIntDelay()
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dtest_service.cpp33 static int Reverse(int x) in Reverse() function
84 rep = Reverse(data); in TestSyncTransaction()
104 return Reverse(data); in TestAsyncTransaction()
113 return Reverse(data); in TestAsyncCallbackTrans()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/fuzztest/rsanimation_fuzzer/
H A Drsanimation_fuzzer.cpp103 animationGroup->Reverse(); in RsAnimationGroupFuzzTest()
161 secondCurve->Reverse(); in RsCurveAnimationFuzzTest()
191 keyframe->Reverse(); in RsKeyframeAnimationFuzzTest()
236 secondPathAnimation->Reverse(); in RsPathAnimationFuzzTest()
288 secondSpringAnimation->Reverse(); in RsSpringAnimationFuzzTest()
316 secondTransition->Reverse(); in RsTransitionFuzzTest()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_style.h30 ACE_DEFINE_PROPERTY_GROUP_ITEM(Reverse, bool)
38 ACE_DEFINE_PROPERTY_GROUP_ITEM(Reverse, bool)
H A Dslider_model_ng.cpp73 ACE_UPDATE_LAYOUT_PROPERTY(SliderLayoutProperty, Reverse, value); in SetReverse()
74 ACE_UPDATE_PAINT_PROPERTY(SliderPaintProperty, Reverse, value); in SetReverse()
548 ACE_UPDATE_NODE_LAYOUT_PROPERTY(SliderLayoutProperty, Reverse, value, frameNode); in SetReverse()
549 ACE_UPDATE_NODE_PAINT_PROPERTY(SliderPaintProperty, Reverse, value, frameNode); in SetReverse()
673 SliderPaintProperty, Reverse, value, frameNode, false); in GetReverse()
H A Dslider_layout_property.h105 ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SliderLayoutStyle, Reverse, bool, PROPERTY_UPDATE_MEASURE)
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_path_test.cpp94 auto reveseRsPath = rsPath->Reverse();
159 EXPECT_NE(rsPath.Reverse(), nullptr);
/ohos5.0/docs/en/application-dev/device/location/
H A DReadme-EN.md6 - [Geocoding and Reverse Geocoding](geocode-guidelines.md)
H A Dgeocode-guidelines.md1 # Geocoding and Reverse Geocoding
9 - Reverse geocoding: converts coordinates into geographic descriptions.
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/
H A Drs_animation_test.cpp196 rsAnimation.Reverse(); in HWTEST_F()
210 rsAnimation.Reverse(); in HWTEST_F()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_path.h44 std::shared_ptr<RSPath> Reverse();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-explicit-animation.md53 > - PlayMode推荐使用PlayMode.Normal和PlayMode.Alternate,此场景下动画的第一轮是正向播放的。如使用PlayMode.Reverse和PlayMode.Al…
55 > - 不推荐使用PlayMode.Reverse,此场景下不仅会导致动画刚开始就跳变到终止状态,也会导致动画最终状态和状态变量的取值不同。
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A Derrorcode-geoLocationManager.md86 Reverse geocoding query failed.
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_path.cpp70 std::shared_ptr<RSPath> RSPath::Reverse() in Reverse() function in OHOS::Rosen::RSPath
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspath_fuzzer/
H A Drspath_fuzzer.cpp71 rsPath->Reverse(); in DoOtherFunc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/
H A Drs_animation_test.cpp452 animation->Reverse();
501 animation->Reverse();
546 animation->Reverse();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_animation_group.cpp161 animation->Reverse(); in OnReverse()
H A Drs_animation.h68 void Reverse();
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dregister_default_anims.cpp48 AnimationModifiers::Reverse::OBJECT_INFO,
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation.cpp42 animator_->Reverse(); in ExecuteOperation()
H A Dmock_animator.cpp184 void Animator::Reverse() {} in Reverse() function in OHOS::Ace::Animator
/ohos5.0/docs/en/application-dev/napi/
H A Ddebug-ide.md15 …points to view related variable information. For details, see <!--RP3-->[Reverse Debugging](https:…

1234