Searched defs:isForward (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_base_controller.cpp | 85 SetSelection( int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options, bool isForward) SetSelection() argument
|
H A D | rich_editor_pattern.cpp | 10466 int32_t RichEditorPattern::HandleSelectPosition(bool isForward) in HandleSelectPosition() argument
|
/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
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/ |
H A D | rs_render_animation.h | 128 void SetDirection(bool isForward) in SetDirection() argument
|
H A D | rs_animation_timing_protocol.h | 73 void SetDirection(bool isForward) in SetDirection() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.cpp | 169 void RenderRating::HandleActionScroll(bool isForward) in HandleActionScroll() argument
|
/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
|
/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
|
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/ |
H A D | media_demuxer.cpp | 182 Status MediaDemuxer::StartReferenceParser(int64_t startTimeMs, bool isForward) in StartReferenceParser() argument
|
/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
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
H A D | swiper_pattern.cpp | 3126 const bool isForward = NonPositive(dragVelocity); in CheckDragOutOfBoundary() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 5669 SetSelectionFlag( int32_t selectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options, bool isForward) SetSelectionFlag() argument 5716 SetSelection(int32_t start, int32_t end, const std::optional<SelectionOptions>& options, bool isForward) SetSelection() argument
|
Completed in 53 milliseconds