Home
last modified time | relevance | path

Searched refs:initValue (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation.h42 void SetInitValue(const T& initValue) in SetInitValue() argument
44 initValue_ = initValue; in SetInitValue()
H A Dproperty_animatable.h62 PropertyAnimatableType property, RefPtr<Animation<V>>& animation, typename U::Type& initValue) in AddPropertyAnimation()
97 initValue = getter(); in AddPropertyAnimation()
61 AddPropertyAnimation(const RefPtr<PropertyAnimatable>& propertyAnimatable, PropertyAnimatableType property, RefPtr<Animation<V>>& animation, typename U::Type& initValue) AddPropertyAnimation() argument
/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h173 float initValue = 1.0f; in AddOpacityAnimation() local
175 std::swap(initValue, targetValue); in AddOpacityAnimation()
177 auto animation = AceType::MakeRefPtr<CurveAnimation<float>>(initValue, targetValue, tweenOption_.GetCurve()); in AddOpacityAnimation()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_mpd_downloader.cpp1380 DashSegmentInitValue initValue = DASH_SEGMENT_INIT_UNDO; in GetSegmentsInPeriod() local
1389 initValue = GetSegmentsInAdptSet(adptSetInfo, periodBaseUrl, streamDesc); in GetSegmentsInPeriod()
1390 if (initValue != DASH_SEGMENT_INIT_UNDO) { in GetSegmentsInPeriod()
1391 return initValue; in GetSegmentsInPeriod()
1397 return initValue; in GetSegmentsInPeriod()
1402 initValue = GetSegmentsByPeriodInfo(periodInfo, adptSetInfo, periodBaseUrl, streamDesc); in GetSegmentsInPeriod()
1403 if (initValue == DASH_SEGMENT_INIT_SUCCESS) { in GetSegmentsInPeriod()
1407 return initValue; in GetSegmentsInPeriod()
1418 DashSegmentInitValue initValue = DASH_SEGMENT_INIT_UNDO; in GetSegmentsInAdptSet() local
1426 initValue in GetSegmentsInAdptSet()
1448 DashSegmentInitValue initValue = DASH_SEGMENT_INIT_UNDO; GetSegmentsInRepresentation() local
1889 DashSegmentInitValue initValue = DASH_SEGMENT_INIT_UNDO; GetSegmentsByAdptSetInfo() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.cpp776 typename U::Type initValue; in CreatePropertyAnimation() local
778 PropertyAnimatable::AddPropertyAnimation<U, V>(propertyAnimatable, propertyType, animation, initValue); in CreatePropertyAnimation()
787 animation->SetInitValue(initValue); in CreatePropertyAnimation()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_service.cpp993 int32_t initValue = 1; in IsExceedingMaxStreamCntPerUid() local
994 appUseNumMap.emplace(appUid, initValue); in IsExceedingMaxStreamCntPerUid()

Completed in 9 milliseconds