Lines Matching refs:maFutureAnimations
43 : maFutureAnimations(), in PresenterAnimator()
66 maFutureAnimations.insert(AnimationList::value_type(rpAnimation->GetStartTime(), rpAnimation)); in AddAnimation()
121 while ( ! maFutureAnimations.empty() in ActivateAnimations()
122 && maFutureAnimations.begin()->first <= nCurrentTime) in ActivateAnimations()
124 SharedPresenterAnimation pAnimation (maFutureAnimations.begin()->second); in ActivateAnimations()
125 maActiveAnimations.insert(*maFutureAnimations.begin()); in ActivateAnimations()
126 maFutureAnimations.erase(maFutureAnimations.begin()); in ActivateAnimations()
141 if ( ! maFutureAnimations.empty()) in ScheduleNextRun()
142 if (maFutureAnimations.begin()->first < nStartTime) in ScheduleNextRun()
143 nStartTime = maFutureAnimations.begin()->first; in ScheduleNextRun()
145 else if ( ! maFutureAnimations.empty()) in ScheduleNextRun()
146 nStartTime = maFutureAnimations.begin()->first; in ScheduleNextRun()