HomeSort by relevance Sort by last modified time
    Searched refs:InterpolatedTranslation (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/gfx/
interpolated_transform.h 164 class GFX_EXPORT InterpolatedTranslation : public InterpolatedTransform {
166 InterpolatedTranslation(const gfx::Point& start_pos,
168 InterpolatedTranslation(const gfx::Point& start_pos,
172 virtual ~InterpolatedTranslation();
181 DISALLOW_COPY_AND_ASSIGN(InterpolatedTranslation);
interpolated_transform.cc 239 // InterpolatedTranslation
242 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos,
249 InterpolatedTranslation::InterpolatedTranslation(const gfx::Point& start_pos,
258 InterpolatedTranslation::~InterpolatedTranslation() {}
261 InterpolatedTranslation::InterpolateButDoNotCompose(float t) const {
interpolated_transform_unittest.cc 56 ui::InterpolatedTranslation interpolated_xform(gfx::Point(0, 0),
59 ui::InterpolatedTranslation interpolated_xform_diff_start_end(
134 new ui::InterpolatedTranslation(
191 new ui::InterpolatedTranslation(
  /external/chromium_org/ash/rotator/
screen_rotation.cc 86 new ui::InterpolatedTranslation(
  /external/chromium_org/ash/wm/
window_animations.cc 90 new ui::InterpolatedTranslation(
  /external/chromium_org/ui/views/corewm/
window_animations.cc 413 new ui::InterpolatedTranslation(gfx::Point(), gfx::Point(

Completed in 55 milliseconds