Searched defs:OrientationAnimation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/surfaceflinger/
H A DOrientationAnimation.cpp24 #include "OrientationAnimation.h"
34 OrientationAnimation::OrientationAnimation(const sp<SurfaceFlinger>& flinger) function in class:android::OrientationAnimation
42 OrientationAnimation::~OrientationAnimation()
46 void OrientationAnimation::onOrientationChanged(uint32_t type)
56 void OrientationAnimation::onAnimationFinished()
62 bool OrientationAnimation::run_impl()
86 bool OrientationAnimation::done()
91 bool OrientationAnimation
[all...]
H A DOrientationAnimation.h33 class OrientationAnimation class in namespace:android
36 OrientationAnimation(const sp<SurfaceFlinger>& flinger);
37 virtual ~OrientationAnimation();

Completed in 52 milliseconds