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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_view.cc 18 ZoomView::ZoomView(LocationBarView::Delegate* location_bar_delegate)
24 ZoomView::~ZoomView() {
27 void ZoomView::Update(ZoomController* zoom_controller) {
42 void ZoomView::GetAccessibleState(ui::AXViewState* state) {
47 bool ZoomView::GetTooltipText(const gfx::Point& p,
53 bool ZoomView::OnMousePressed(const ui::MouseEvent& event) {
58 void ZoomView::OnMouseReleased(const ui::MouseEvent& event) {
63 bool ZoomView::OnKeyPressed(const ui::KeyEvent& event)
    [all...]
zoom_view.h 16 class ZoomView : public views::ImageView {
18 // Clicking on the ZoomView shows a ZoomBubbleView, which requires the current
23 explicit ZoomView(LocationBarView::Delegate* location_bar_delegate);
24 virtual ~ZoomView();
49 DISALLOW_COPY_AND_ASSIGN(ZoomView);
location_bar_view.h 51 class ZoomView;
162 ZoomView* zoom_view() { return zoom_view_; }
464 ZoomView* zoom_view_;
location_bar_view.cc 328 zoom_view_ = new ZoomView(delegate_);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 39 public class ZoomView extends ImageView {
41 private static final Log.Tag TAG = new Log.Tag("ZoomView");
177 public ZoomView(Context context) {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.h 114 class ZoomView;
wrench_menu.cc 478 // ZoomView --------------------------------------------------------------------
481 // ZoomView contains the various zoom controls: two buttons to increase/decrease
484 class WrenchMenu::ZoomView : public WrenchMenuView {
486 ZoomView(WrenchMenu* menu,
500 base::Bind(&WrenchMenu::ZoomView::OnZoomLevelChanged,
505 base::Bind(&WrenchMenu::ZoomView::OnZoomLevelChanged,
556 virtual ~ZoomView() {}
708 DISALLOW_COPY_AND_ASSIGN(ZoomView);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 52 import com.android.camera.ui.ZoomView;
134 private ZoomView mZoomView = null;
567 RectF r = ZoomView.adjustToFitInBounds(new RectF(left, top,
624 mZoomView = new ZoomView(cameraActivity);
    [all...]

Completed in 2381 milliseconds