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

  /external/chromium_org/ash/launcher/
tabbed_launcher_button.cc 54 animating_image_ = gfx::ImageSkia();
77 animating_image_ = image_;
96 int x = (width() - animating_image_.width()) / 2;
98 canvas->DrawImageInt(animating_image_, x, kIconOffsetY);
tabbed_launcher_button.h 83 gfx::ImageSkia animating_image_; member in class:ash::internal::TabbedLauncherButton::IconView

Completed in 86 milliseconds