/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_animator/ |
H A D | ui_test_animator.h | 32 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 D | list_item_group_layout_algorithm.cpp | 454 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 D | list_item_group_layout_algorithm.h | 158 endPos_ = endPos; in SetListMainSize() 476 float endPos_ = 0.0f; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.cpp | 693 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 D | scrollable.h | 435 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 D | downloader.cpp | 190 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 D | downloader.h | 135 int64_t endPos_ {-1};
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_info_sw.cpp | 42 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 D | water_flow_layout_info_sw.h | 277 float endPos_ = 0.0f; variable
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/mpd_parser/ |
H A D | sidx_box_parser.cpp | 126 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 D | mpd_parser_def.h | 66 int64_t endPos_{0};
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_cover_test_ng.cpp | 572 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 D | dash_mpd_downloader.cpp | 742 srcSegment.endRangeValue_ = subSegIndex->endPos_; in BuildDashSegment()
|