Searched refs:dividerList_ (Results 1 – 3 of 3) sorted by relevance
33 dividerList_ = AceType::MakeRefPtr<AnimatableArithmeticProperty>( in ListContentModifier()40 AttachProperty(dividerList_); in ListContentModifier()53 CHECK_NULL_VOID(dividerList_); in onDraw()54 auto dividerlist = dividerList_->Get(); in onDraw()
63 CHECK_NULL_VOID(dividerList_); in SetDividerMap()64 dividerList_->Set(AceType::DynamicCast<CustomAnimatableArithmetic>(lda)); in SetDividerMap()68 RefPtr<AnimatableArithmeticProperty> dividerList_;
781 auto dividerList = pattern_->listContentModifier_->dividerList_->Get();804 dividerList = pattern_->listContentModifier_->dividerList_->Get();1394 auto dividerList_ = pattern_->listContentModifier_->dividerList_->Get(); variable1395 auto lda = AceType::DynamicCast<ListDividerArithmetic>(dividerList_);1412 dividerList_ = pattern_->listContentModifier_->dividerList_->Get();1413 lda = AceType::DynamicCast<ListDividerArithmetic>(dividerList_);