Home
last modified time | relevance | path

Searched defs:isForward (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_timing_protocol.h73 void SetDirection(bool isForward) in SetDirection()
H A Drs_render_animation.h128 void SetDirection(bool isForward) in SetDirection()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/fuzztest/rsanimationbase_fuzzer/
H A Drsanimationbase_fuzzer.cpp134 bool isForward = GetData<bool>(); in RSAnimationTimingProtocolFuzzerTest() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp108 Status FFmpegDemuxerPlugin::ParserRefUpdatePos(int64_t timeStampMs, bool isForward) in ParserRefUpdatePos()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/hcs/
H A DNodeTools.js157 NodeTools.recursionAll = function (node, callback, isForward) { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp169 void RenderRating::HandleActionScroll(bool isForward) in HandleActionScroll()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddemuxer_filter.cpp455 Status DemuxerFilter::StartReferenceParser(int64_t startTimeMs, bool isForward) in StartReferenceParser()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.h995 bool isForward = (static_cast<uint32_t>(step) & MASK_FOCUS_STEP_FORWARD) != 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/
H A Dswiper_layout_algorithm.cpp1395 LayoutWrapper* layoutWrapper, int32_t index, bool isForward, Axis axis) const in ResetOffscreenItemPosition()
H A Dswiper_pattern.cpp3030 const bool isForward = NonPositive(dragVelocity); in CheckDragOutOfBoundary() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp203 Status MediaDemuxer::StartReferenceParser(int64_t startTimeMs, bool isForward) in StartReferenceParser()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_pattern.cpp300 [weak = WeakClaim(this)](int32_t start, int32_t end, bool isForward) { in SetAccessibilityAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp5708 …lectionStart, int32_t selectionEnd, const std::optional<SelectionOptions>& options, bool isForward) in SetSelectionFlag()
5755 const std::optional<SelectionOptions>& options, bool isForward) in SetSelection()
6877 … int32_t end, bool isForward) { in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2446 …ty->SetActionSetSelection([weakPtr = WeakClaim(this)](int32_t start, int32_t end, bool isForward) { in SetAccessibilityAction()
7922 bool isForward) in OnBackPressed()
10396 int32_t RichEditorPattern::HandleSelectPosition(bool isForward) in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3246 [weakPtr = WeakClaim(this)](int32_t start, int32_t end, bool isForward) { in SetAccessibilityAction()