OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackgroundAnimator
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shelf/
background_animator.cc
16
BackgroundAnimator
::
BackgroundAnimator
(BackgroundAnimatorDelegate* delegate,
28
BackgroundAnimator
::~
BackgroundAnimator
() {
31
void
BackgroundAnimator
::SetDuration(int time_in_ms) {
35
void
BackgroundAnimator
::SetPaintsBackground(
51
void
BackgroundAnimator
::AnimationProgressed(const gfx::Animation* animation) {
background_animator.h
30
//
BackgroundAnimator
is used by the shelf to animate the background (alpha).
31
class ASH_EXPORT
BackgroundAnimator
: public gfx::AnimationDelegate {
33
BackgroundAnimator
(BackgroundAnimatorDelegate* delegate,
36
virtual ~
BackgroundAnimator
();
67
DISALLOW_COPY_AND_ASSIGN(
BackgroundAnimator
);
Completed in 27 milliseconds