Home
last modified time | relevance | path

Searched refs:endPos_ (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_animator/
H A Dui_test_animator.h32 endPos_(endPos), in ImageEaseAnimatorCallback()
58 … int16_t pos = easingFunc_(startPos_, endPos_, animator_->GetRunTime(), animator_->GetTime()); in Callback()
67 int16_t endPos_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_group_layout_algorithm.cpp454 prevEndPos_ = endPos_; in MeasureListItem()
464 endPos_ = Infinity<float>(); in MeasureListItem()
563 float bottom = endPos_ - contentEndOffset_; in GetItemGroupPosition()
732 while (LessOrEqual(currentEndPos, endPos_)) { in MeasureJumpToItemForward()
797 float currentEndPos = endPos_ - contentEndOffset_; in MeasureEnd()
803 if (LessNotEqual(currentEndPos, endPos_)) { in MeasureEnd()
846 float th = endPos_ + (endPos_ - startPos_) - (referencePos_ - totalMainSize_); in CheckJumpBackwardForBigOffset()
878 endPos_ = prevEndPos_; in MeasureForward()
917 endPos_ = prevEndPos_; in MeasureBackward()
1144 float const listMainSize = endPos_ - startPos_; in LayoutHeaderFooterRTL()
[all …]
H A Dlist_item_group_layout_algorithm.h158 endPos_ = endPos; in SetListMainSize()
476 float endPos_ = 0.0f; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp693 endPos_ = currentPos_ + predictSnapOffset; in StartScrollSnapMotion()
703 …CE_SCOPED_TRACE("List snap animation start, start:%f, end:%f, vel:%f, id:%d", currentPos_, endPos_, in StartScrollSnapMotion()
706 snapOffsetProperty_->AnimateWithVelocity(option, endPos_, scrollSnapVelocity, in StartScrollSnapMotion()
730 endPos_ = currentPos_ + scrollSnapDelta; in ProcessScrollSnapSpringMotion()
731 …_SCOPED_TRACE("Scroll snap animation start, start:%f, end:%f, vel:%f, id:%d", currentPos_, endPos_, in ProcessScrollSnapSpringMotion()
742 snapOffsetProperty_->AnimateWithVelocity(option, endPos_, scrollSnapVelocity, in ProcessScrollSnapSpringMotion()
1114 endPos_ -= offset; in UpdateScrollSnapEndWithOffset()
1121 scroll->snapOffsetProperty_->Set(scroll->endPos_); in UpdateScrollSnapEndWithOffset()
1215 if (NearEqual(scroll->endPos_, position, SPRING_ACCURACY)) { in GetSnapProperty()
1217 scroll->ProcessScrollSnapMotion(scroll->endPos_); in GetSnapProperty()
[all …]
H A Dscrollable.h435 return endPos_; in GetSnapFinalPosition()
594 float endPos_ = 0.0; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp190 endPos_ = endPos; in SetRangePos()
449 if (currentRequest_->endPos_ > 0 && currentRequest_->startPos_ >= 0 && in Retry()
450 currentRequest_->endPos_ >= currentRequest_->startPos_) { in Retry()
451 … currentRequest_->requestSize_ = currentRequest_->endPos_ - currentRequest_->startPos_ + 1; in Retry()
494 if (currentRequest_->endPos_ <= 0) { in BeginDownload()
498 int64_t temp = currentRequest_->endPos_ - currentRequest_->startPos_ + 1; in BeginDownload()
610 if (currentRequest_->endPos_ <= 0) { in HandleRetOK()
614 remaining = currentRequest_->endPos_ - currentRequest_->startPos_ + 1; in HandleRetOK()
H A Ddownloader.h135 int64_t endPos_ {-1};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.cpp42 endPos_ = EndPos(); in Sync()
47 itemEnd_ &= LessOrEqual(endPos_, mainSize); in Sync()
49 offsetEnd_ = itemEnd_ && LessOrEqual(endPos_ + footerHeight_ + BotMargin(), mainSize); in Sync()
50 maxHeight_ = std::max(endPos_ - startPos_ + footerHeight_, maxHeight_); in Sync()
206 return endPos_; in EndPos()
764 endPos_ = 0.0f; in SyncOnEmptyLanes()
H A Dwater_flow_layout_info_sw.h277 float endPos_ = 0.0f; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/
H A Dsidx_box_parser.cpp126 subSegIndex->endPos_ = mediaSegOffset + subSegIndex->referencedSize_ - 1; in BuildSubSegmentIndexes()
127 mediaSegOffset = subSegIndex->endPos_ + 1; in BuildSubSegmentIndexes()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/include/mpd_parser/
H A Dmpd_parser_def.h66 int64_t endPos_{0};
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp572 EXPECT_EQ(scrollable->endPos_, scrollable->currentPos_ + scrollSnapDelta);
1755 scrollable->endPos_ = 200.0;
1758 EXPECT_EQ(scrollable->endPos_, 100.0);
1767 EXPECT_EQ(scrollable->endPos_, 50.0);
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp742 srcSegment.endRangeValue_ = subSegIndex->endPos_; in BuildDashSegment()