HomeSort by relevance Sort by last modified time
    Searched defs:ScreenRotation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/rotator/
screen_rotation.h 29 class ASH_EXPORT ScreenRotation : public ui::LayerAnimationElement {
33 ScreenRotation(int degrees, ui::Layer* layer);
34 virtual ~ScreenRotation();
59 DISALLOW_COPY_AND_ASSIGN(ScreenRotation);
screen_rotation.cc 33 ScreenRotation::ScreenRotation(int degrees, ui::Layer* layer)
40 ScreenRotation::~ScreenRotation() {
43 void ScreenRotation::InitTransform(ui::Layer* layer) {
107 void ScreenRotation::OnStart(ui::LayerAnimationDelegate* delegate) {
110 bool ScreenRotation::OnProgress(double t,
116 void ScreenRotation::OnGetTarget(TargetValue* target) const {
120 void ScreenRotation::OnAbort(ui::LayerAnimationDelegate* delegate) {
125 ScreenRotation::GetProperties()
    [all...]

Completed in 42 milliseconds