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 GFX_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.cc129 // InterpolatedRotation
132 InterpolatedRotation::InterpolatedRotation(float start_degrees, function in class:ui::InterpolatedRotation
139 InterpolatedRotation::InterpolatedRotation(float start_degrees, function in class:ui::InterpolatedRotation
148 InterpolatedRotation::~InterpolatedRotation() {}
150 gfx::Transform InterpolatedRotation::InterpolateButDoNotCompose(float t) const {
H A Dinterpolated_transform_unittest.cc24 TEST(InterpolatedTransformTest, InterpolatedRotation) {
25 ui::InterpolatedRotation interpolated_rotation(0, 100);
26 ui::InterpolatedRotation interpolated_rotation_diff_start_end(
75 ui::InterpolatedRotation rot(0, 90);
78 new ui::InterpolatedRotation(0, 90));
130 new ui::InterpolatedRotation(reversed ? degrees : 0,
197 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.cc96 new ui::InterpolatedRotation(0, kWindowAnimation_MinimizeRotate));

Completed in 98 milliseconds