Home
last modified time | relevance | path

Searched refs:isForward (Results 1 - 25 of 30) sorted by relevance

12

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_timing_protocol.h73 void SetDirection(bool isForward) in SetDirection() argument
75 isForward_ = isForward; in SetDirection()
H A Drs_render_animation.h128 void SetDirection(bool isForward) in SetDirection() argument
130 animationFraction_.SetDirection(isForward); in SetDirection()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_base_controller.cpp86 int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options, bool isForward) in SetSelection()
90 richEditorPattern->SetSelection(selectionStart, selectionEnd, options, isForward); in SetSelection()
85 SetSelection( int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options, bool isForward) SetSelection() argument
H A Drich_editor_base_controller.h39 const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) override;
H A Drich_editor_model.h295 const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) = 0;
H A Drich_editor_pattern.h473 int32_t HandleSelectPosition(bool isForward);
543 bool isForward = false) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h40 using ActionSetSelectionImpl = std::function<void(int32_t start, int32_t end, bool isForward)>;
257 bool ActActionSetSelection(int32_t start, int32_t end, bool isForward = false) in ActActionSetSelection()
260 actionSetSelectionImpl_(start, end, isForward); in ActActionSetSelection()
/foundation/multimedia/av_codec/interfaces/plugin/
H A Ddemuxer_plugin.h149 virtual Status ParserRefUpdatePos(int64_t timeStampMs, bool isForward = true) = 0;
/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_client.h214 const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) {} in SetSelection()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h990 bool isForward = (static_cast<uint32_t>(step) & MASK_FOCUS_STEP_FORWARD) != 0; in IsFocusStepForward() local
992 isForward = !isForward; in IsFocusStepForward()
994 return isForward; in IsFocusStepForward()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp87 Status FFmpegDemuxerPlugin::ParserRefUpdatePos(int64_t timeStampMs, bool isForward) in ParserRefUpdatePos() argument
97 updatePosIsForward_ = isForward; in ParserRefUpdatePos()
110 updatePosIsForward_ = isForward; in ParserRefUpdatePos()
H A Dffmpeg_demuxer_plugin.h68 Status ParserRefUpdatePos(int64_t timeStampMs, bool isForward = true) override;
/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.h143 void HandleActionScroll(bool isForward);
H A Drender_rating.cpp169 void RenderRating::HandleActionScroll(bool isForward) in HandleActionScroll() argument
171 if (isForward) { in HandleActionScroll()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddemuxer_filter.h60 Status StartReferenceParser(int64_t startTimeMs, bool isForward = true);
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/
H A Dmedia_demuxer_unit_test.h112 virtual Status ParserRefUpdatePos(int64_t timeStampMs, bool isForward = true) in ParserRefUpdatePos()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.h333 void ResetOffscreenItemPosition(LayoutWrapper* layoutWrapper, int32_t index, bool isForward) const;
H A Dswiper_layout_algorithm.cpp1409 LayoutWrapper* layoutWrapper, int32_t index, bool isForward) const in ResetOffscreenItemPosition()
1429 offset.SetX(isForward ? -childFrameRect.Width() : swiperFrameRect.Width()); in ResetOffscreenItemPosition()
1431 offset.SetY(isForward ? -childFrameRect.Height() : swiperFrameRect.Height()); in ResetOffscreenItemPosition()
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.h59 RefPtr<RenderNode> GetInspectorNode(IdType typeId, bool isForward = false) const;
H A Dinspector_composed_element.cpp383 RefPtr<RenderNode> InspectorComposedElement::GetInspectorNode(IdType typeId, bool isForward) const in GetInspectorNode()
385 if (isForward) { in GetInspectorNode()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddemuxer_filter.cpp442 Status DemuxerFilter::StartReferenceParser(int64_t startTimeMs, bool isForward) in StartReferenceParser() argument
446 return demuxer_->StartReferenceParser(startTimeMs, isForward); in StartReferenceParser()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp172 bool isForward = GetData<bool>(); in RSAnimationTimingProtocolFuzzerTest() local
184 animationTimeProtocol->SetDirection(isForward); in RSAnimationTimingProtocolFuzzerTest()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.h113 Status StartReferenceParser(int64_t startTimeMs, bool isForward = true);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h898 const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false);
900 const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp283 [weak = WeakClaim(this)](int32_t start, int32_t end, bool isForward) { in SetAccessibilityAction()
292 textFieldPattern->SetSelectionFlag(start, end, std::nullopt, isForward); in SetAccessibilityAction()

Completed in 37 milliseconds

12