Searched refs:maFutureAnimations (Results 1 – 2 of 2) sorted by relevance
43 : maFutureAnimations(), in PresenterAnimator()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()[all …]
54 AnimationList maFutureAnimations; member in sdext::presenter::PresenterAnimator
Completed in 6 milliseconds