HomeSort by relevance Sort by last modified time
    Searched full:margins (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /developers/samples/android/content/contacts/BasicContactables/BasicContactables/src/main/res/values-sw600dp/
dimens.xml 3 screen margins) for sw600dp devices (e.g. 7" tablets) here. -->
  /developers/samples/android/content/contacts/BasicContactables/BasicContactables/src/main/res/values-sw720dp-land/
dimens.xml 3 screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. -->
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/res/values-sw600dp/
dimens.xml 3 screen margins) for sw600dp devices (e.g. 7" tablets) here. -->
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/res/values-sw720dp-land/
dimens.xml 3 screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. -->
  /developers/samples/android/ui/views/HorizontalPaging/HorizontalPaging/src/main/res/values/
dimens.xml 2 <!-- Default screen margins, per the Android Design guidelines. -->
  /developers/samples/android/ui/views/HorizontalPaging/HorizontalPaging/src/main/res/values-sw600dp/
dimens.xml 3 screen margins) for sw600dp devices (e.g. 7" tablets) here. -->
  /developers/samples/android/ui/views/HorizontalPaging/HorizontalPaging/src/main/res/values-sw720dp-land/
dimens.xml 3 screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. -->
  /sdk/templates/activities/BlankActivity/root/res/values/
dimens.xml 2 <!-- Default screen margins, per the Android Design guidelines. -->
  /sdk/templates/activities/BlankActivity/root/res/values-sw600dp/
dimens.xml 3 screen margins) for sw600dp devices (e.g. 7" tablets) here. -->
  /sdk/templates/activities/BlankActivity/root/res/values-sw720dp-land/
dimens.xml 3 screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. -->
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
GridLayoutFactory.java 69 * Sets the horizontal margins.
71 public GridLayoutFactory marginsH(int margins) {
72 m_layout.marginWidth = margins;
77 * Sets the vertical margins.
79 public GridLayoutFactory marginsV(int margins) {
80 m_layout.marginHeight = margins;
85 * Sets the horizontal/vertical margins.
87 public GridLayoutFactory margins(int margins) { method in class:GridLayoutFactory
88 m_layout.marginWidth = m_layout.marginHeight = margins;
    [all...]
  /external/skia/legacy/src/utils/
SkNinePatch.cpp 255 const SkBitmap& bitmap, const SkIRect& margins,
258 0, margins.fLeft, bitmap.width() - margins.fRight, bitmap.width()
261 0, margins.fTop, bitmap.height() - margins.fBottom, bitmap.height()
264 dst.fLeft, dst.fLeft + SkIntToScalar(margins.fLeft),
265 dst.fRight - SkIntToScalar(margins.fRight), dst.fRight
268 dst.fTop, dst.fTop + SkIntToScalar(margins.fTop),
269 dst.fBottom - SkIntToScalar(margins.fBottom), dst.fBottom
273 dstX[1] = dstX[0] + (dstX[3] - dstX[0]) * SkIntToScalar(margins.fLeft)
    [all...]
  /external/skia/src/utils/
SkNinePatch.cpp 255 const SkBitmap& bitmap, const SkIRect& margins,
258 0, margins.fLeft, bitmap.width() - margins.fRight, bitmap.width()
261 0, margins.fTop, bitmap.height() - margins.fBottom, bitmap.height()
264 dst.fLeft, dst.fLeft + SkIntToScalar(margins.fLeft),
265 dst.fRight - SkIntToScalar(margins.fRight), dst.fRight
268 dst.fTop, dst.fTop + SkIntToScalar(margins.fTop),
269 dst.fBottom - SkIntToScalar(margins.fBottom), dst.fBottom
273 dstX[1] = dstX[0] + (dstX[3] - dstX[0]) * SkIntToScalar(margins.fLeft)
    [all...]
  /external/skia/include/utils/
SkNinePatch.h 23 const SkBitmap& bitmap, const SkIRect& margins,
  /external/skia/legacy/include/utils/
SkNinePatch.h 23 const SkBitmap& bitmap, const SkIRect& margins,
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.h 30 STYLE_XSHAPE = 1 << 2 // Trim the window margins and round corners.
46 // Trims the window margins and rounds off the corners.
  /external/chromium/chrome/browser/ui/views/frame/
browser_frame_win.cc 250 MARGINS margins = { 0 };
256 margins.cxLeftWidth = kClientEdgeThickness + 1;
257 margins.cxRightWidth = kClientEdgeThickness + 1;
258 margins.cyBottomHeight = kClientEdgeThickness + 1;
259 margins.cyTopHeight = kClientEdgeThickness + 1;
266 margins.cyTopHeight = (browser_view_->UseVerticalTabs() ?
270 // For popup and app windows we want to use the default margins.
272 DwmExtendFrameIntoClientArea(GetNativeView(), &margins); local
  /developers/samples/android/testing/ActivityInstrumentationSample/res/values/
dimens.xml 19 <!-- Default screen margins, per the Android Design guidelines. -->
  /developers/samples/android/testing/ActivityInstrumentationSample/res/values-sw720dp-land/
dimens.xml 19 screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. -->
  /developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibility/src/main/res/values/
dimens.xml 17 <!-- Default screen margins, per the Android Design guidelines. -->
  /developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibility/src/main/res/values-sw600dp/
dimens.xml 19 screen margins) for sw600dp devices (e.g. 7" tablets) here. -->
  /developers/samples/android/ui/accessibility/BasicAccessibility/BasicAccessibility/src/main/res/values-sw720dp-land/
dimens.xml 19 screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here. -->
  /developers/samples/android/ui/views/TextSwitcher/TextSwitcher/src/main/res/values/
dimens.xml 19 <!-- Default screen margins, per the Android Design guidelines. -->
  /developers/samples/android/ui/views/TextSwitcher/TextSwitcher/src/main/res/values-sw600dp/
dimens.xml 21 screen margins) for sw600dp devices (e.g. 7" tablets) here.
  /developers/samples/android/ui/views/TextSwitcher/TextSwitcher/src/main/res/values-sw720dp-land/
dimens.xml 21 screen margins) for sw720dp devices (e.g. 10" tablets) in landscape here.

Completed in 723 milliseconds

1 2 3 4 5 6 7 8 910