Searched defs:currentPos (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | drag_event_unit_test.cpp | 135 Point currentPos = dragEvent_->GetCurrentPos(); in HWTEST_F() local
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/ |
H A D | file_metadata_stream.cpp | 215 long currentPos = ftell(fp_); in IsEof() local
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_scroll.cpp | 227 bool UIAbstractScroll::DragThrowAnimator(Point currentPos, Point lastPos, uint8_t dragDirection, bool dragBack) in DragThrowAnimator() argument 262 void UIAbstractScroll::CalculateDragDistance(Point currentPos, in CalculateDragDistance() argument
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | zip_file.cpp | 113 ZipPos currentPos = centralDirPos_; in ParseAllEntries() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | zip_file.cpp | 111 ZipPos currentPos = centralDirPos_; in ParseAllEntries() local
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiler.cpp | 808 char* currentPos = serializedData; in SerializeTensorsToBuffer() local [all...] |
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 673 int64_t currentPos = Plugin::HstTime2Ms(seekTime); in DoSeek() local
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 1195 OnPrepared( uint32_t width, uint32_t height, bool isPlaying, uint32_t duration, uint32_t currentPos, bool needFireEvent) OnPrepared() argument 1330 OnCurrentTimeChange(uint32_t currentPos) OnCurrentTimeChange() argument 1783 SetCurrentTime(float currentPos, SeekMode seekMode) OnStartBtnClick() argument [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | canvas_component.cpp | 2196 const char *currentPos = font; in GetSubFont() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/ |
H A D | video_pattern.cpp | 502 void VideoPattern::OnCurrentTimeChange(uint32_t currentPos) in OnCurrentTimeChange() argument 648 OnPrepared(uint32_t duration, uint32_t currentPos, bool needFireEvent) OnPrepared() argument 1663 SeekTo(float currentPos, OHOS::Ace::SeekMode seekMode) OnModifyDone() argument 1674 SetCurrentTime(float currentPos, OHOS::Ace::SeekMode seekMode) OnModifyDone() argument 2163 RecordSeekingInfoBeforePlaying(float currentPos, OHOS::Ace::SeekMode seekMode, bool sliderChange) OnModifyDone() argument [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_file_utils.cpp | 1836 string::size_type currentPos = displayName.rfind('.'); local
|
Completed in 17 milliseconds