HomeSort by relevance Sort by last modified time
    Searched full:margins (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /frameworks/base/docs/html/guide/topics/ui/
declaring-layout.jd 25 <li><a href="#SizePaddingMargin">Size, Padding and Margins</a></li>
205 LayoutParams also include optional margins and borders. <p>
255 <h2 id="SizePaddingMargins">Size, Padding and Margins</h2>
291 margins. However, view groups provide such a support. Refer to
  /frameworks/base/docs/html/guide/topics/views/
intro.jd 44 <p>All viewgroups include width and height. Many also include margins and
  /external/webkit/WebCore/rendering/
RenderThemeChromiumMac.mm 548 IntRect RenderThemeChromiumMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const
552 int widthDelta = r.width() - (size.width() + margins[leftMargin] * zoomLevel + margins[rightMargin] * zoomLevel);
553 int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMargin] * zoomLevel);
556 result.setX(result.x() - margins[leftMargin] * zoomLevel);
560 result.setY(result.y() - margins[topMargin] * zoomLevel);
781 static const int margins[3][4] =
787 return margins[[popupButton() controlSize]];
    [all...]
RenderThemeMac.mm 496 IntRect RenderThemeMac::inflateRect(const IntRect& r, const IntSize& size, const int* margins, float zoomLevel) const
500 int widthDelta = r.width() - (size.width() + margins[leftMargin] * zoomLevel + margins[rightMargin] * zoomLevel);
501 int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMargin] * zoomLevel);
504 result.setX(result.x() - margins[leftMargin] * zoomLevel);
508 result.setY(result.y() - margins[topMargin] * zoomLevel);
710 static const int margins[3][4] =
716 return margins[[popupButton() controlSize]];
    [all...]
RenderTable.cpp 228 // Subtract out any fixed margins from our available width for auto width tables.
235 // Subtract out our margins to get the available content width.
244 // Finally, with our true width determined, compute our margins for real.
    [all...]
  /build/tools/droiddoc/templates/assets/
carousel.js 141 var slideWidth = 144; // width of a slide including all margins, etc.
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 84 * Create a horizontal linear layout divided into thirds (with some margins
  /external/opencore/codecs_v2/utilities/colorconvert/src/
cczoomrotationbase.cpp 31 4. if there are margins, the caller should paint the background to the desired color
  /external/opencore/pvmi/pvmf/include/
pvmf_sync_util_data_queue.h 135 * the clock plus and minus the specified late and early margins. If it is too late to process
  /external/webkit/WebCore/platform/mac/
WidgetMac.mm 76 // Suppress the resetting of drag margins since we know we can't affect them.
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 84 * Create a horizontal linear layout divided into thirds (with some margins
  /frameworks/base/docs/html/guide/developing/tools/
hierarchy-viewer.jd 75 rectangle indicates any present margins.
  /external/webkit/WebCore/
ChangeLog-2002-12-03 173 Finally tweak headline font sizes and margins to match Gecko and CSS
476 from the <p> so that the margins of the <p> still get collapsed
755 subtract out their margins when computing percentage widths.
    [all...]
  /external/opencore/codecs_v2/utilities/colorconvert/include/
cczoomrotationbase.h 54 * 4. if there are margins, the caller should paint the background to the desired color
  /external/webkit/WebCore/page/
Settings.h 72 // FIXME: How do we determine the margins other than guessing?
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 160 // Cut out the intrinsic margins completely if we end up using a small font size
  /external/webkit/WebCore/platform/wx/
RenderThemeWx.cpp 197 // Cut out the intrinsic margins completely if we end up using a small font size
  /external/webkit/WebKit/win/
WebFrame.h 371 int m_pageHeight; // height of the page adjusted by margins
FullscreenVideoController.cpp 52 // Margins and button sizes
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 191 * Left and right margins for a candidate. It is specified in xml, and is
202 * Left and right extra margins for a candidate.
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.cpp 721 // FIXME: We should apply the right property to the frameView. (scrollbar,margins)
  /frameworks/base/core/java/android/widget/
FrameLayout.java 435 * Per-child layout information for layouts that support margins.
TableRow.java 276 * <p>Measures the preferred width of each child, including its margins.</p>
Toast.java 158 * Set the margins of the view.
  /external/opencore/nodes/pvmediaoutputnode/src/
pv_media_output_node.cpp 491 //save the margins
495 //pass the margins to the ports
    [all...]

Completed in 336 milliseconds

12 3 4 5