/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_animation_timing_protocol.h | 73 void SetDirection(bool isForward) in SetDirection() argument 75 isForward_ = isForward; in SetDirection()
|
H A D | rs_render_animation.h | 128 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 D | rich_editor_base_controller.cpp | 86 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 D | rich_editor_base_controller.h | 39 const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) override;
|
H A D | rich_editor_model.h | 295 const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) = 0;
|
H A D | rich_editor_pattern.h | 473 int32_t HandleSelectPosition(bool isForward); 543 bool isForward = false) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | accessibility_property.h | 40 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 D | demuxer_plugin.h | 149 virtual Status ParserRefUpdatePos(int64_t timeStampMs, bool isForward = true) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/common/ime/ |
H A D | text_input_client.h | 214 const std::optional<SelectionOptions>& options = std::nullopt, bool isForward = false) {} in SetSelection()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.h | 990 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 D | ffmpeg_reference_parser.cpp | 87 Status FFmpegDemuxerPlugin::ParserRefUpdatePos(int64_t timeStampMs, bool isForward)
in ParserRefUpdatePos() argument 97 updatePosIsForward_ = isForward;
in ParserRefUpdatePos() 110 updatePosIsForward_ = isForward;
in ParserRefUpdatePos()
|
H A D | ffmpeg_demuxer_plugin.h | 68 Status ParserRefUpdatePos(int64_t timeStampMs, bool isForward = true) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.h | 143 void HandleActionScroll(bool isForward);
|
H A D | render_rating.cpp | 169 void RenderRating::HandleActionScroll(bool isForward) in HandleActionScroll() argument 171 if (isForward) { in HandleActionScroll()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | demuxer_filter.h | 60 Status StartReferenceParser(int64_t startTimeMs, bool isForward = true);
|
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/ |
H A D | media_demuxer_unit_test.h | 112 virtual Status ParserRefUpdatePos(int64_t timeStampMs, bool isForward = true)
in ParserRefUpdatePos()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_layout_algorithm.h | 333 void ResetOffscreenItemPosition(LayoutWrapper* layoutWrapper, int32_t index, bool isForward) const;
|
H A D | swiper_layout_algorithm.cpp | 1409 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 D | inspector_composed_element.h | 59 RefPtr<RenderNode> GetInspectorNode(IdType typeId, bool isForward = false) const;
|
H A D | inspector_composed_element.cpp | 383 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 D | demuxer_filter.cpp | 442 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 D | rsanimationbase_fuzzer.cpp | 172 bool isForward = GetData<bool>(); in RSAnimationTimingProtocolFuzzerTest() local 184 animationTimeProtocol->SetDirection(isForward); in RSAnimationTimingProtocolFuzzerTest()
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | media_demuxer.h | 113 Status StartReferenceParser(int64_t startTimeMs, bool isForward = true);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 898 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 D | search_pattern.cpp | 283 [weak = WeakClaim(this)](int32_t start, int32_t end, bool isForward) { in SetAccessibilityAction() 292 textFieldPattern->SetSelectionFlag(start, end, std::nullopt, isForward); in SetAccessibilityAction()
|