/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-1.0.9.jar | |
/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...] |
/prebuilts/devtools/tools/lib/ |
jcommon-1.0.12.jar | |
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/ |
jcommon-1.0.12.jar | |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | 26 import android.graphics.Insets; 2754 Insets insets = child.getOpticalInsets(); local 2839 Insets insets = c.getOpticalInsets(); local [all...] |
ViewRootImpl.java | 1783 final ViewTreeObserver.InternalInsetsInfo insets = attachInfo.mGivenInternalInsets; local [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindow.java | [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
MultiPaneChallengeLayout.java | 85 public void setInsets(Rect insets) { 86 mInsets.set(insets); 194 // Specifically that the root of the window will be padded in for insets 199 // Always measure the user switcher as if there were no IME insets
|
/external/chromium_org/ui/aura/ |
root_window_host_win.cc | 18 #include "ui/gfx/insets.h" 145 gfx::Insets RootWindowHostWin::GetInsets() const { 146 return gfx::Insets(); 149 void RootWindowHostWin::SetInsets(const gfx::Insets& insets) {
|
root_window_host_x11.cc | 652 gfx::Insets RootWindowHostX11::GetInsets() const { 656 void RootWindowHostX11::SetInsets(const gfx::Insets& insets) { 657 insets_ = insets; [all...] |
/external/chromium_org/ui/views/widget/ |
native_widget_win.h | 181 virtual bool GetClientAreaInsets(gfx::Insets* insets) const OVERRIDE;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
DragLayer.java | 107 protected boolean fitSystemWindows(Rect insets) { 111 setInsets(child, insets, mInsets); 113 mInsets.set(insets); [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | 23 import android.graphics.Insets; 908 Insets insets = getOpticalInsets(); local [all...] |
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
wrench_menu.cc | 107 gfx::Insets insets = border()->GetInsets(); variable 108 pref.Enlarge(insets.width(), insets.height()); 118 // insets, the actual painting is done in MenuButtonBackground. 133 virtual gfx::Insets GetInsets() const OVERRIDE { 147 const gfx::Insets insets_; [all...] |
/external/chromium_org/ash/display/ |
display_controller_unittest.cc | 326 gfx::Insets insets(5, 5, 5, 5); 329 secondary_display_id, insets); 521 gfx::Insets insets(5, 5, 5, 5); 523 ScreenAsh::GetSecondaryDisplay().id(), insets); [all...] |
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/ash/ |
shell.h | 26 #include "ui/gfx/insets.h" 263 // Sets the work area insets of the display that contains |window|, 268 const gfx::Insets& insets);
|
shell.cc | 333 const gfx::Insets& insets) { 335 contains, insets)) { [all...] |
/external/chromium_org/ash/wm/ |
workspace_controller_unittest.cc | 600 gfx::Insets insets = local 602 insets.Set(0, 0, insets.bottom() + 30, 0); 603 Shell::GetInstance()->SetDisplayWorkAreaInsets(w1.get(), insets); [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.h | 36 class Insets; 249 // Returns the insets of the client area relative to the non-client area of 251 bool GetClientAreaInsets(gfx::Insets* insets) const;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 842 Margins insets = metadata.getInsets(); local [all...] |
/external/chromium_org/ui/gfx/ |
gfx.target.darwin-arm.mk | 66 ui/gfx/insets.cc \
|
gfx.target.darwin-mips.mk | 66 ui/gfx/insets.cc \
|