Searched refs:InterpolatedRotation (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.h82 // class InterpolatedRotation
87 class UI_EXPORT InterpolatedRotation : public InterpolatedTransform { class in namespace:ui
89 InterpolatedRotation(float start_degrees, float end_degrees);
90 InterpolatedRotation(float start_degrees,
94 virtual ~InterpolatedRotation();
103 DISALLOW_COPY_AND_ASSIGN(InterpolatedRotation);
H A Dinterpolated_transform.cc132 // InterpolatedRotation
135 InterpolatedRotation::InterpolatedRotation(float start_degrees, function in class:ui::InterpolatedRotation
142 InterpolatedRotation::InterpolatedRotation(float start_degrees, function in class:ui::InterpolatedRotation
151 InterpolatedRotation::~InterpolatedRotation() {}
153 gfx::Transform InterpolatedRotation::InterpolateButDoNotCompose(float t) const {
H A Dinterpolated_transform_unittest.cc34 TEST(InterpolatedTransformTest, InterpolatedRotation) {
35 ui::InterpolatedRotation interpolated_rotation(0, 100);
36 ui::InterpolatedRotation interpolated_rotation_diff_start_end(
85 ui::InterpolatedRotation rot(0, 90);
88 new ui::InterpolatedRotation(0, 90));
140 new ui::InterpolatedRotation(reversed ? degrees : 0,
207 new ui::InterpolatedRotation(0, 4.0f));
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc83 new ui::InterpolatedRotation(0, degrees_)));
/external/chromium_org/ash/wm/
H A Dwindow_animations.cc99 new ui::InterpolatedRotation(0, kWindowAnimation_MinimizeRotate));

Completed in 106 milliseconds