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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/message_center/views/
group_view.cc 211 gfx::Insets insets = GetInsets(); local
212 int content_width = width() - insets.width();
213 int content_right = width() - insets.right();
216 background_view_->SetBounds(insets.left(), insets.top(),
217 content_width, height() - insets.height());
221 top_view_->SetBounds(insets.left(), insets.top(), content_width, top_height);
224 icon_view_->SetBounds(insets.left(), insets.top(), kIconSize, kIconSize)
    [all...]
message_center_button_bar.cc 82 gfx::Insets(1, 2, 2, 2)));
notification_view.cc 221 gfx::Insets insets = GetInsets(); local
222 pref_size.Enlarge(insets.width(), insets.height());
517 gfx::Insets insets = GetInsets(); local
518 int content_width = width() - insets.width();
519 int content_right = width() - insets.right();
526 background_view_->SetBounds(insets.left(), insets.top()
    [all...]
  /external/chromium_org/ui/views/controls/button/
image_button.cc 92 gfx::Insets insets = GetInsets(); local
93 size.Enlarge(insets.width(), insets.height());
menu_button.cc 255 gfx::Insets insets = GetInsets(); local
261 gfx::Rect arrow_bounds(width() - insets.right() -
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 20 #include "ui/gfx/insets.h"
500 gfx::Insets DesktopRootWindowHostWin::GetInsets() const {
501 return gfx::Insets();
504 void DesktopRootWindowHostWin::SetInsets(const gfx::Insets& insets) {
680 bool DesktopRootWindowHostWin::GetClientAreaInsets(gfx::Insets* insets) const {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 306 final Insets mTmpInsets = new Insets();
541 public static final class Insets {
581 * the content insets can be touched.
588 * the visible insets can be touched.
    [all...]
  /external/chromium/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 26 #include "ui/gfx/insets.h"
362 // Negative insets expand the rectangle. We only expand the top.
363 bounds.Inset(gfx::Insets(-kShelfAuraSize, 0, 0, 0));
  /external/chromium_org/chrome/browser/ui/gtk/download/
download_shelf_gtk.cc 35 #include "ui/gfx/insets.h"
389 // Negative insets expand the rectangle. We only expand the top.
390 bounds.Inset(gfx::Insets(-kShelfAuraSize, 0, 0, 0));
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.cc 72 set_anchor_view_insets(gfx::Insets(5, 0, 5, 0));
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_frame_win.cc 169 bool BrowserFrameWin::GetClientAreaInsets(gfx::Insets* insets) const {
170 // Use the default client insets for an opaque frame or a glass popup/app
184 insets->Set(0, border_thickness, border_thickness, border_thickness);
  /external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc 112 set_anchor_view_insets(gfx::Insets(5, 0, 5, 0));
  /external/chromium_org/ui/views/controls/
progress_bar.cc 187 gfx::Insets insets = GetInsets();
188 pref_size.Enlarge(insets.width(), insets.height());
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views.cc 27 #include "ui/gfx/insets.h"
550 // need to update this conditional to set the insets to their default values.
590 gfx::Insets NativeTextfieldViews::CalculateInsets() {
598 gfx::Insets inset = GetInsets();
607 gfx::Insets inset = GetInsets();
865 gfx::Insets insets = GetInsets(); local
866 gfx::Rect display_rect(insets.left(),
867 insets.top(),
868 width() - insets.width()
    [all...]
native_textfield_views.h 120 virtual gfx::Insets CalculateInsets() OVERRIDE;
  /external/chromium_org/ui/views/widget/
native_widget_win.h 181 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
  /external/proguard/src/proguard/gui/
ClassPathPanel.java 339 jarNameLabelConstraints.insets = new Insets(1, 2, 1, 2);
346 filterLabelConstraints.insets = jarNameLabelConstraints.insets;
ProGuardGUI.java 177 constraints.insets = new Insets(0, 4, 0, 4);
183 constraintsStretch.insets = constraints.insets;
188 constraintsLast.insets = constraints.insets;
195 constraintsLastStretch.insets = constraints.insets;
203 //splashPanelConstraints.insets = constraints.insets;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 275 @Override public void onComputeInsets(InputMethodService.Insets outInsets) {
  /external/chromium/chrome/browser/
aeropeek_manager.cc 825 gfx::Insets content_insets;
    [all...]
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 70 gfx::Insets insets; local
72 border()->GetInsets(&insets);
73 pref.Enlarge(insets.width(), insets.height());
82 // insets, the actual painting is done in MenuButtonBackground.
91 virtual void GetInsets(gfx::Insets* insets) const {
92 insets->Set(MenuConfig::instance().item_top_margin,
515 gfx::Insets insets local
    [all...]
  /external/chromium_org/ash/display/
display_controller.cc 355 gfx::Insets DisplayController::GetOverscanInsets(int64 display_id) const {
360 const gfx::Insets& insets_in_dip) {
541 const gfx::Insets& insets) {
546 return GetDisplayManager()->UpdateWorkAreaOfDisplay(id, insets);
  /external/chromium_org/chrome/browser/chromeos/display/
display_preferences_unittest.cc 116 void StoreDisplayOverscan(int64 id, const gfx::Insets& insets) {
122 insets_value->SetInteger("insets_top", insets.top());
123 insets_value->SetInteger("insets_left", insets.left());
124 insets_value->SetInteger("insets_bottom", insets.bottom());
125 insets_value->SetInteger("insets_right", insets.right());
202 display_controller->SetOverscanInsets(id1, gfx::Insets(10, 11, 12, 13));
458 gfx::Insets(10, 11, 12, 13));
  /external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.cc 32 #include "ui/gfx/insets.h"
226 set_anchor_view_insets(gfx::Insets(kLocationIconVerticalMargin, 0,
297 set_anchor_view_insets(gfx::Insets(kLocationIconVerticalMargin, 0,
336 set_margins(gfx::Insets(kPopupMarginTop, kPopupMarginLeft,
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 348 gfx::Insets insets = GetInsets(); local
412 gfx::Insets insets = GetInsets(); local
414 insets.width() + GetDisclosureArrowLeftPadding() +
416 return gfx::Size(total_width, content_size_.height() + insets.height());
627 gfx::Insets insets = GetInsets(); local
632 int x = insets.left();
633 int y = insets.top()
    [all...]

Completed in 3007 milliseconds

1 2 3 4 5 6 7 891011>>