Home
last modified time | relevance | path

Searched refs:aroundClickProperty_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.h372 RefPtr<NodeAnimatablePropertyFloat> aroundClickProperty_; variable
H A Ddatepicker_column_pattern.cpp883aroundClickProperty_ = AceType::MakeRefPtr<NodeAnimatablePropertyFloat>(0.0, std::move(aroundClick… in CreateAnimation()
884 renderContext->AttachNodeAnimatableProperty(aroundClickProperty_); in CreateAnimation()
1244 aroundClickProperty_->Set(0.0); in OnAroundButtonClick()
1248 … column->aroundClickProperty_->Set(step > 0 ? 0.0 - std::abs(distance) : std::abs(distance)); in OnAroundButtonClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.h415 RefPtr<NodeAnimatablePropertyFloat> aroundClickProperty_; variable
H A Dtimepicker_column_pattern.cpp934aroundClickProperty_ = AceType::MakeRefPtr<NodeAnimatablePropertyFloat>(0.0, std::move(aroundClick… in CreateAnimation()
935 renderContext->AttachNodeAnimatableProperty(aroundClickProperty_); in CreateAnimation()
1386 aroundClickProperty_->Set(0.0); in OnAroundButtonClick()
1390 … column->aroundClickProperty_->Set(step > 0 ? 0.0 - std::abs(distance) : std::abs(distance)); in OnAroundButtonClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.h490 RefPtr<NodeAnimatablePropertyFloat> aroundClickProperty_; variable
H A Dtextpicker_column_pattern.cpp1173aroundClickProperty_ = AceType::MakeRefPtr<NodeAnimatablePropertyFloat>(0.0, std::move(aroundClick… in CreateAnimation()
1174 renderContext->AttachNodeAnimatableProperty(aroundClickProperty_); in CreateAnimation()
1704 aroundClickProperty_->Set(0.0); in OnAroundButtonClick()
1710 … column->aroundClickProperty_->Set(step > 0 ? 0.0 - std::abs(distance) : std::abs(distance)); in OnAroundButtonClick()