Lines Matching refs:bAnimate
68 const bool bAnimate,
106 const bool bAnimate,
131 const bool bAnimate,
147 const bool bAnimate,
159 const bool bAnimate,
273 const bool bAnimate, in CreateUnfoldInCenterAnimator() argument
278 new UnfoldInCenterAnimator(rxPaneId, rpPresenterController, bAnimate, in CreateUnfoldInCenterAnimator()
288 const bool bAnimate, in CreateMoveInFromBottomAnimator() argument
293 new MoveInFromBottomAnimator(rxPaneId, rpPresenterController, bAnimate, in CreateMoveInFromBottomAnimator()
303 const bool bAnimate, in CreateTransparentOverlay() argument
308 new TransparentOverlayAnimator(rxPaneId, rpPresenterController, bAnimate, in CreateTransparentOverlay()
322 const bool bAnimate, in PresenterPaneAnimatorBase() argument
330 mbDoAnimation(bAnimate), in PresenterPaneAnimatorBase()
467 const bool bAnimate, in UnfoldInCenterAnimator() argument
470 : PresenterPaneAnimatorBase(rxPaneId, rpPresenterController, bAnimate, in UnfoldInCenterAnimator()
738 const bool bAnimate, in MoveInFromBottomAnimator() argument
741 : PresenterPaneAnimatorBase(rxPaneId, rpPresenterController, bAnimate, in MoveInFromBottomAnimator()
882 const bool bAnimate, in CreateShowAnimation() argument
887 ::boost::shared_ptr<MultiAnimation> pMultiAnimation (new MultiAnimation(bAnimate ? 500 : 0)); in CreateShowAnimation()
927 const bool bAnimate, in TransparentOverlayAnimator() argument
933 bAnimate, in TransparentOverlayAnimator()