HomeSort by relevance Sort by last modified time
    Searched refs:Insets (Results 51 - 75 of 281) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/ui/app_list/views/
progress_bar_view.cc 12 #include "ui/gfx/insets.h"
32 gfx::Insets(2, 2, 2, 2))),
  /external/chromium_org/ui/gfx/
display.cc 13 #include "ui/gfx/insets.h"
86 Insets Display::GetWorkAreaInsets() const {
87 return gfx::Insets(work_area_.y() - bounds_.y(),
96 Insets insets = bounds_.InsetsFrom(work_area_); local
111 UpdateWorkAreaFromInsets(insets);
124 void Display::UpdateWorkAreaFromInsets(const gfx::Insets& insets) {
126 work_area_.Inset(insets);
  /external/chromium_org/ui/oak/
oak_pretty_print.cc 11 #include "ui/gfx/insets.h"
38 const gfx::Insets& insets) {
39 return ASCIIToUTF16(prefix + insets.ToString());
  /external/chromium_org/ui/views/layout/
box_layout.h 10 #include "ui/gfx/insets.h"
63 gfx::Insets inside_border_insets_;
fill_layout.cc 36 const gfx::Insets insets = host->GetInsets(); local
37 return host->child_at(0)->GetHeightForWidth(width - insets.width()) +
38 insets.height();
  /external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.cc 12 #include "ui/gfx/insets.h"
103 gfx::Insets insets = views::BubbleFrameView::GetTitleInsets(); local
104 set_margins(gfx::Insets(0, insets.left(), insets.top(), insets.left()));
new_credit_card_bubble_views.cc 13 #include "ui/gfx/insets.h"
119 gfx::Insets border_insets(GetBubbleFrameView()->bubble_border()->GetInsets());
157 gfx::Insets insets = views::BubbleFrameView::GetTitleInsets(); local
158 set_margins(gfx::Insets(0, insets.left(), insets.top(), insets.left()));
tooltip_icon.cc 20 gfx::Insets GetPreferredInsets(views::View* view) {
25 return gfx::Insets(origin.y(),
136 new views::MouseWatcherViewHost(frame, gfx::Insets()));
info_bubble.cc 35 explicit InfoBubbleFrame(const gfx::Insets& content_margins)
64 set_margins(gfx::Insets(kInfoBubbleVerticalMargin,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 19 import java.awt.Insets;
90 new Insets(0, 0, 0, 0), 0, 0));
95 new Insets(0, 0, 0, 0), 0, 0));
138 new Insets(0, 0, 0, 0), 0, 0));
170 new Insets(0, 0, 0, 0), 0, 0));
200 new Insets(0, 0, 0, 0), 0, 0));
218 new Insets(0, 0, 0, 6), 0, 0));
229 new Insets(0, 0, 0, 0), 0, 0));
373 new Insets(0, 0, 0, 12), 0, 0 ));
379 new Insets(0, 0, 0, 12), 0, 0 ))
622 private final Insets insets = new Insets(0, 0, 0, 0); field in class:ScreenViewer.CrosshairPanel
650 Insets insets = getInsets(); local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
NinePatchDrawable.java 25 import android.graphics.Insets;
60 private Insets mOpticalInsets = Insets.NONE;
186 private static Insets scaleFromDensity(Insets insets, int sdensity, int tdensity) {
187 int left = Bitmap.scaleFromDensity(insets.left, sdensity, tdensity);
188 int top = Bitmap.scaleFromDensity(insets.top, sdensity, tdensity);
189 int right = Bitmap.scaleFromDensity(insets.right, sdensity, tdensity);
190 int bottom = Bitmap.scaleFromDensity(insets.bottom, sdensity, tdensity)
    [all...]
  /external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.cc 14 #include "ui/gfx/insets.h"
100 gfx::Insets insets = GetInsets(); local
112 int top_height = insets.top();
120 return gfx::Rect(std::max(0, client_bounds.x() - insets.left()),
122 client_bounds.width() + insets.width(),
123 client_bounds.height() + top_height + insets.bottom());
143 gfx::Insets BubbleFrameView::GetInsets() const {
144 gfx::Insets border_insets;
147 gfx::Insets insets(kTitleTopPadding
163 gfx::Insets insets = GetInsets(); local
    [all...]
  /external/chromium_org/ash/display/
root_window_transformers.cc 21 #include "ui/gfx/insets.h"
112 gfx::Transform CreateInsetsAndScaleTransform(const gfx::Insets& insets,
116 if (insets.top() != 0 || insets.left() != 0) {
117 float x_offset = insets.left() / device_scale_factor;
118 float y_offset = insets.top() / device_scale_factor;
165 // Ignore the origin because RootWindow's insets are handled by
173 virtual gfx::Insets GetHostInsets() const OVERRIDE {
196 gfx::Insets host_insets_
    [all...]
  /external/chromium_org/ui/views/controls/button/
label_button_border.cc 26 // Insets for the unified button images. This assumes that the images
71 const gfx::Insets insets(kButtonInsets,
77 set_insets(gfx::Insets(8, 13, 8, 13));
80 *rb.GetImageSkiaNamed(IDR_BUTTON_NORMAL), insets));
83 *rb.GetImageSkiaNamed(IDR_BUTTON_HOVER), insets));
86 *rb.GetImageSkiaNamed(IDR_BUTTON_PRESSED), insets));
89 *rb.GetImageSkiaNamed(IDR_BUTTON_DISABLED), insets));
92 *rb.GetImageSkiaNamed(IDR_BUTTON_FOCUSED_NORMAL), insets));
95 *rb.GetImageSkiaNamed(IDR_BUTTON_FOCUSED_HOVER), insets));
    [all...]
  /external/chromium_org/chrome/browser/chromeos/display/
overscan_calibrator.cc 63 const gfx::Display& target_display, const gfx::Insets& initial_insets)
71 display_.id(), gfx::Insets());
108 void OverscanCalibrator::UpdateInsets(const gfx::Insets& insets) {
109 insets_.Set(std::max(insets.top(), 0),
110 std::max(insets.left(), 0),
111 std::max(insets.bottom(), 0),
112 std::max(insets.right(), 0));
  /external/chromium/chrome/browser/chromeos/status/
status_area_button.cc 87 gfx::Insets insets = views::MenuButton::GetInsets(); local
88 gfx::Size prefsize(icon_width() + insets.width(),
89 icon_height() + insets.height());
101 insets_.Set(insets.top() + 1, insets.left(),
102 insets.bottom(), insets.right());
112 gfx::Insets StatusAreaButton::GetInsets() const {
  /external/chromium_org/ash/shelf/
shelf_layout_manager.cc 722 gfx::Insets(0, 0, inset, 0),
723 gfx::Insets(0, inset, 0, 0),
724 gfx::Insets(0, 0, 0, inset),
725 gfx::Insets(inset, 0, 0, 0)));
792 gfx::Insets(0, 0, GetWorkAreaSize(state, shelf_height), 0),
793 gfx::Insets(0, GetWorkAreaSize(state, shelf_width), 0, 0),
794 gfx::Insets(0, 0, 0, GetWorkAreaSize(state, shelf_width)),
795 gfx::Insets(GetWorkAreaSize(state, shelf_height), 0, 0, 0));
797 // TODO(varkha): The functionality of managing insets for display areas
803 gfx::Insets keyboard_insets(0, 0, keyboard_bounds_.height(), 0)
    [all...]
  /external/chromium_org/ash/system/logout_button/
logout_button_tray.cc 19 #include "ui/gfx/insets.h"
84 gfx::Insets insets = border->GetInsets(); local
85 insets += gfx::Insets(0, kLogoutButtonHorizontalExtraPadding,
87 border->set_insets(insets);
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_view.cc 104 set_clip_insets(gfx::Insets(animation_offset_, 0, 0, 0));
140 new views::HorizontalPainter(border_image_ids), gfx::Insets()));
  /external/chromium_org/ui/aura/
root_window_host_win.h 27 virtual gfx::Insets GetInsets() const OVERRIDE;
28 virtual void SetInsets(const gfx::Insets& insets) OVERRIDE;
  /external/chromium_org/ui/views/bubble/
bubble_frame_view.cc 59 gfx::Insets BubbleFrameView::GetTitleInsets() {
60 return gfx::Insets(kTitleTopInset, kTitleLeftInset, kTitleBottomInset, 0);
63 BubbleFrameView::BubbleFrameView(const gfx::Insets& content_margins)
133 const gfx::Insets border_insets = bubble_border_->GetInsets();
162 gfx::Insets BubbleFrameView::GetInsets() const {
163 gfx::Insets insets = content_margins_; local
167 insets += gfx::Insets(std::max(title_height, close_height), 0, 0, 0);
168 return insets;
    [all...]
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 12 class Insets;
69 // Returns true if the delegate modifies |insets| to define a custom client
71 // false is returned, |insets| is not modified.
72 virtual bool GetClientAreaInsets(gfx::Insets* insets) const = 0;
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.h 46 virtual gfx::Insets GetClientAreaInsets() const OVERRIDE;
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 74 gfx::Insets saved_insets_;
  /external/chromium/chrome/browser/ui/views/
pinned_contents_info_bubble.cc 20 gfx::Insets insets; local
21 bubble_border_->GetInsets(&insets);
22 offset += kLeftMargin + insets.left() + 1;

Completed in 355 milliseconds

1 23 4 5 6 7 8 91011>>