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

  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 31 class DownloadStartedAnimationGtk : public ui::LinearAnimation,
81 : ui::LinearAnimation(kMoveTimeMs, kFrameRateHz, NULL),
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 36 class DownloadStartedAnimationWin : public ui::LinearAnimation,
78 : ui::LinearAnimation(kMoveTimeMs, kFrameRateHz, NULL),
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 28 public ui::LinearAnimation {
56 // ui::LinearAnimation override:
content_setting_image_view.cc 51 : ui::LinearAnimation(kMoveTimeMs, kFrameRateHz, NULL),
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.cc 72 public ui::LinearAnimation,
77 : ALLOW_THIS_IN_INITIALIZER_LIST(ui::LinearAnimation(kFramerate, this)),
307 ui::LinearAnimation::GetCurrentValue();
462 class StatusBubbleViews::StatusViewExpander : public ui::LinearAnimation,
467 : ALLOW_THIS_IN_INITIALIZER_LIST(ui::LinearAnimation(kFramerate, this)),
530 ui::LinearAnimation::GetCurrentValue());
  /packages/apps/Gallery2/src/com/android/camera/ui/
PieRenderer.java 134 private LinearAnimation mXFade;
135 private LinearAnimation mFadeIn;
137 private LinearAnimation mSlice;
307 mFadeIn = new LinearAnimation(0, 1);
793 mSlice = new LinearAnimation(startAngle, endAngle);
821 mXFade = new LinearAnimation(1, 0);
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 118 private LinearAnimation mXFade;
119 private LinearAnimation mFadeIn;
252 mFadeIn = new LinearAnimation(0, 1);
530 mXFade = new LinearAnimation(1, 0);
803 private class LinearAnimation extends Animation {
808 public LinearAnimation(float from, float to) {
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 109 class BaseTab::FaviconCrashAnimation : public ui::LinearAnimation,
113 : ALLOW_THIS_IN_INITIALIZER_LIST(ui::LinearAnimation(1000, 25, this)),
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 212 class TabRendererGtk::FaviconCrashAnimation : public ui::LinearAnimation,
216 : ALLOW_THIS_IN_INITIALIZER_LIST(ui::LinearAnimation(1000, 25, this)),
    [all...]

Completed in 678 milliseconds