/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/animation/modifiers/ |
H A D | reverse.h | 30 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 D | reverse.cpp | 21 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 D | reverse.h | 31 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 D | dbinder_test_service.cpp | 35 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 D | test_service.cpp | 33 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 D | rsanimation_fuzzer.cpp | 103 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 D | slider_style.h | 30 ACE_DEFINE_PROPERTY_GROUP_ITEM(Reverse, bool) 38 ACE_DEFINE_PROPERTY_GROUP_ITEM(Reverse, bool)
|
H A D | slider_model_ng.cpp | 73 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 D | slider_layout_property.h | 105 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 D | rs_path_test.cpp | 94 auto reveseRsPath = rsPath->Reverse(); 159 EXPECT_NE(rsPath.Reverse(), nullptr);
|
/ohos5.0/docs/en/application-dev/device/location/ |
H A D | Readme-EN.md | 6 - [Geocoding and Reverse Geocoding](geocode-guidelines.md)
|
H A D | geocode-guidelines.md | 1 # 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 D | rs_animation_test.cpp | 196 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 D | rs_path.h | 44 std::shared_ptr<RSPath> Reverse();
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-explicit-animation.md | 53 > - 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 D | errorcode-geoLocationManager.md | 86 Reverse geocoding query failed.
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_path.cpp | 70 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 D | rspath_fuzzer.cpp | 71 rsPath->Reverse(); in DoOtherFunc()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/animation/ |
H A D | rs_animation_test.cpp | 452 animation->Reverse(); 501 animation->Reverse(); 546 animation->Reverse();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation_group.cpp | 161 animation->Reverse(); in OnReverse()
|
H A D | rs_animation.h | 68 void Reverse();
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | register_default_anims.cpp | 48 AnimationModifiers::Reverse::OBJECT_INFO,
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animation.cpp | 42 animator_->Reverse(); in ExecuteOperation()
|
H A D | mock_animator.cpp | 184 void Animator::Reverse() {} in Reverse() function in OHOS::Ace::Animator
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | debug-ide.md | 15 …points to view related variable information. For details, see <!--RP3-->[Reverse Debugging](https:…
|