Searched refs:GetRepeatCallbackEnable (Results 1 – 6 of 6) sorted by relevance
239 bool GetRepeatCallbackEnable() const in GetRepeatCallbackEnable() function241 return animationFraction_.GetRepeatCallbackEnable(); in GetRepeatCallbackEnable()
62 bool GetRepeatCallbackEnable() const in GetRepeatCallbackEnable() function
84 EXPECT_EQ(rsAnimationFraction.GetRepeatCallbackEnable(), false);374 bool res = rsAnimationFraction.GetRepeatCallbackEnable();
84 fraction.GetRepeatCallbackEnable(); in DoSomethingInterestingWithMyAPI()
42 parcel.WriteBool(animationFraction_.GetRepeatCallbackEnable()) && in Marshalling()64 out += ", RepeatCallbackEnable:" + std::to_string(animationFraction_.GetRepeatCallbackEnable()); in DumpAnimation()
472 out["RepeatCallbackEnable"] = animation.animationFraction_.GetRepeatCallbackEnable(); in DumpNodeAnimation()