Searched refs:progressSize (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | rosen_render_capsule_track.cpp | 40 Size progressSize = Size(progressWidth, progressHeight); in DrawShape() local 41 double rrectRadius = progressSize.Height() / 2.0; in DrawShape() 50 rRect.setRectXY(SkRect::MakeIWH(progressSize.Width(), progressSize.Height()), rrectRadius, rrectRadius); in DrawShape() 59 RSRect(0, 0, static_cast<RSScalar>(progressSize.Width()), in DrawShape() 60 static_cast<RSScalar>(progressSize.Height())), in DrawShape() 85 Size progressSize = Size(capsuleWidth, capsuleHeight); in DrawCapsuleProgressAnimation() local 87 double radius = progressSize.Height() / 2.0; in DrawCapsuleProgressAnimation() 89 double progressWidth = progressSize.Width()*GetTotalRatio(); in DrawCapsuleProgressAnimation() 93 path.addArc({ offsetX, offsetY, progressSize in DrawCapsuleProgressAnimation() 154 Size progressSize = Size(capsuleWidth, capsuleHeight); DrawCapsuleProgressVerticalAnimation() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_indicator/ |
H A D | linear_indicator_controller.cpp | 132 int32_t progressSize = GetProgressSize(); in ProgreAnimationEnd() local 133 if (progressSize == 0) { in ProgreAnimationEnd() 138 if (index >= progressSize) { in ProgreAnimationEnd() 286 int32_t progressSize = GetProgressSize(); in SetProgress() local 287 if (progressSize == 0) { in SetProgress() 291 if (index < 0 || index >= progressSize) { in SetProgress()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy.cpp | 195 callback->progressSize += size; in UpdateProgressSize() 198 callback->progressSize += (size - iter->second); in UpdateProgressSize() 406 CProgress data = {.processedSize = callback->progressSize, in OnFileReceive() 483 callback->progressSize = fileSize; in HandleProgress() 507 if (callback->progressSize == callback->totalSize) { in ReadNotifyEvent() 721 callback->progressSize = callback->totalSize; in CopyComplete()
|
H A D | copy.h | 57 uint64_t progressSize = 0; member
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | copy.cpp | 563 auto processedSize = entry->progressSize; in ReceiveComplete() 610 entry->progressSize = callback->progressSize; in GetUVwork() 670 callback->progressSize += size; in UpdateProgressSize() 673 callback->progressSize += (size - iter->second); in UpdateProgressSize() 723 callback->progressSize = fileSize; in HandleProgress() 747 if (callback->progressSize == callback->totalSize) { in ReadNotifyEvent() 894 callback->progressSize = callback->totalSize; in CopyComplete()
|
H A D | copy.h | 51 uint64_t progressSize = 0; member 112 uint64_t progressSize = 0; member
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/ |
H A D | trans_listener.cpp | 268 if (entry->progressSize <= MAX_VALUE && entry->totalSize <= MAX_VALUE) { in CallbackComplete() 269 obj.AddProp("processedSize", NVal::CreateInt64(env, entry->progressSize).val_); in CallbackComplete() 312 entry->progressSize = processedBytes; in OnFileReceive()
|
Completed in 6 milliseconds