Home
last modified time | relevance | path

Searched defs:currentPos (Results 1 – 17 of 17) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/events/
Ddrag_event_unit_test.cpp135 Point currentPos = dragEvent_->GetCurrentPos(); variable
/foundation/arkui/ui_lite/frameworks/components/
Dui_abstract_scroll.cpp227 bool UIAbstractScroll::DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bo… in DragThrowAnimator()
262 void UIAbstractScroll::CalculateDragDistance(Point currentPos, in CalculateDragDistance()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dmedia_player_impl.cpp74 uint32_t duration, uint32_t currentPos, bool needFireEvent) { in InitListener()
99 auto onCurrentTimeChange = [weak = WeakClaim(this), uiTaskExecutor](uint32_t currentPos) { in InitListener()
/foundation/arkui/ace_engine/frameworks/core/components/video/
Dvideo_element.cpp248 auto&& positionUpdatedEvent = [videoElement, uiTaskExecutor](uint32_t currentPos) { in RegisterMediaPlayerEvent()
1039 uint32_t currentPos, bool needFireEvent) { in InitListener()
1063 auto onCurrentTimeChange = [videoElement, uiTaskExecutor](uint32_t currentPos) { in InitListener()
1211 …uint32_t width, uint32_t height, bool isPlaying, uint32_t duration, uint32_t currentPos, bool need… in OnPrepared()
1345 void VideoElement::OnCurrentTimeChange(uint32_t currentPos) in OnCurrentTimeChange()
1798 void VideoElement::SetCurrentTime(float currentPos, SeekMode seekMode) in OnStartBtnClick()
Dvideo_element_v2.cpp112 …eak = AceType::WeakClaim(this), singleChild](bool fullscreen, bool isPlaying, int32_t currentPos) { in FireFullscreen()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
Dfile_metadata_stream.cpp215 long currentPos = ftell(fp_); in IsEof() local
Djpeg_exif_metadata_accessor.cpp186 long currentPos = imageStream_->Tell(); in ReadSegmentLength() local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
Dzip_file.cpp113 ZipPos currentPos = centralDirPos_; in ParseAllEntries() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
Dvideo_pattern.cpp375 auto&& positionUpdatedEvent = [videoPattern, uiTaskExecutor](uint32_t currentPos) { in RegisterMediaPlayerEvent()
424 auto&& seekDoneEvent = [videoPattern, uiTaskExecutor](uint32_t currentPos) { in RegisterMediaPlayerEvent()
505 void VideoPattern::OnCurrentTimeChange(uint32_t currentPos) in OnCurrentTimeChange()
649 void VideoPattern::OnPrepared(uint32_t duration, uint32_t currentPos, bool needFireEvent) in OnPrepared()
1805 void VideoPattern::SetCurrentTime(float currentPos, OHOS::Ace::SeekMode seekMode) in OnModifyDone()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dzip_file.cpp111 ZipPos currentPos = centralDirPos_; in ParseAllEntries() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dnncompiler.cpp813 char* currentPos = serializedData; in SerializeTensorsToBuffer() local
/foundation/multimedia/media_foundation/engine/scene/player/standard/
Dhiplayer_impl.cpp669 int64_t currentPos = Plugin::HstTime2Ms(seekPos); in DoSeek() local
/foundation/arkui/ace_engine/component_ext/movingphoto/
Dmovingphoto_pattern.cpp453 auto&& positionUpdatedEvent = [movingPhotoPattern, uiTaskExecutor](uint32_t currentPos) { in RegisterMediaPlayerEvent()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
Dmedia_file_utils.cpp1892 string::size_type currentPos = displayName.rfind('.'); local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
Dcanvas_component.cpp2196 const char *currentPos = font; in GetSubFont() local
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
Drender_list.cpp2338 double currentPos = spThis->GetMainAxis(info.GetTouches().front().GetLocalLocation()); in PrepareRawRecognizer() local
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
Dpipeline_context.cpp1793 …float currentPos = manager->GetClickPosition().GetY() - context->GetRootRect().GetOffset().GetY() - in OnVirtualKeyboardHeightChange() local