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

1 2 3 4 5 6 7 891011>>

  /external/skia/src/core/
SkMaskFilter.cpp 353 SkIPoint margin; // ignored local
354 if (this->filterMask(&dstM, srcM, SkMatrix::I(), &margin)) {
  /external/skia/src/effects/shadows/
SkSpotShadowMaskFilter.cpp 31 SkIPoint* margin) const override;
112 SkIPoint* margin) const {
  /frameworks/base/core/java/android/widget/
Toolbar.java 383 * Sets the title margin.
385 * @param start the starting title margin in pixels
386 * @param top the top title margin in pixels
387 * @param end the ending title margin in pixels
388 * @param bottom the bottom title margin in pixels
405 * @return the starting title margin in pixels
414 * Sets the starting title margin in pixels.
416 * @param margin the starting title margin in pixels
420 public void setTitleMarginStart(int margin) {
    [all...]
GridLayout.java 685 int margin = horizontal ? local
688 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
2143 int margin = a.getDimensionPixelSize(MARGIN, DEFAULT_MARGIN); local
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 641 final int margin = 2 * mMarginVertical; local
642 final int toolbarHeightWithVerticalMargin = mLineHeight + margin;
663 calculateOverflowHeight(MIN_OVERFLOW_SIZE) + margin;
672 updateOverflowHeight(availableHeightAboveContent - margin);
680 updateOverflowHeight(availableHeightThroughContentDown - margin);
686 updateOverflowHeight(availableHeightBelowContent - margin);
694 updateOverflowHeight(availableHeightThroughContentUp - margin);
701 updateOverflowHeight(mViewPortOnScreen.height() - margin);
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
UserIconDrawable.java 177 public void setBadgeMargin(float margin) {
178 mBadgeMargin = margin;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 371 * Sets the title margin.
373 * @param start the starting title margin in pixels
374 * @param top the top title margin in pixels
375 * @param end the ending title margin in pixels
376 * @param bottom the bottom title margin in pixels
393 * @return the starting title margin in pixels
402 * Sets the starting title margin in pixels.
404 * @param margin the starting title margin in pixels
408 public void setTitleMarginStart(int margin) {
    [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
FastScroller.java 137 int margin) {
149 mMargin = margin;
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
FastScroller.java 134 int margin) {
146 mMargin = margin;
  /build/make/tools/droiddoc/templates-ndk/
docpage.cs 94 margin-top:6px;
108 <h1 itemprop="name" style="margin-bottom:0;"><?cs var:page.title ?></h1>
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
core-extensions.rb 67 # Provides a margin controlled string.
72 # | margin controlled!
73 # }.margin
80 def margin( n=0 ) method in class:String
  /external/lzma/CPP/Windows/Control/
Dialog.h 116 bool GetMargins(int margin, int &x, int &y);
  /external/deqp/modules/egl/
teglResizeTests.cpp 453 const Interval margin(-1.0, 1.0); // The resolution may be rounded
455 return (Interval(i) + margin) & Interval(0.0, TCU_INFINITY);
  /external/doclava/res/assets/templates/
diff.cs 47 margin: 0;
  /external/libvorbis/doc/
Vorbis_I_spec.tex 9 %\usepackage[margin=3cm]{geometry}
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 669 int margin = horizontal ? local
672 return margin == UNDEFINED ? getDefaultMargin(view, lp, horizontal, leading) : margin;
2033 int margin = a.getDimensionPixelSize(MARGIN, DEFAULT_MARGIN); local
    [all...]
  /external/doclava/res/assets/templates-sdk/
docpage.cs 134 <h1 itemprop="name" style="margin-bottom:0;"><?cs var:page.title ?></h1>
195 <h1 itemprop="name" style="margin-bottom:0;"><?cs var:page.title ?></h1>
  /external/protobuf/src/google/protobuf/util/
message_differencer.h 498 // Sets the fraction and margin for the float comparison of a given field.
507 double margin);
    [all...]
  /frameworks/native/vulkan/libvulkan/
swapchain.cpp 144 int64_t margin = (timestamp_composition_latch_time_ - local
150 // vals_.presentMargin) and still leave a positive margin, then we can
156 while ((margin > rdur) &&
159 margin -= rdur;
162 vals_.presentMargin = static_cast<uint64_t>(margin);
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
message_differencer.h 498 // Sets the fraction and margin for the float comparison of a given field.
507 double margin);
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/libxml2/doc/
search.php 8 BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
  /external/pdfium/xfa/fxfa/app/
xfa_fffield.cpp 245 CXFA_Margin margin = borderUI.GetMargin(); local
246 if (margin) {
247 XFA_RectWidthoutMargin(m_rtUI, margin);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 202 * The amount of margin to add to the top edge, or 0
207 * The amount of margin to add to the bottom edge, or 0
212 * The amount of margin to add to the left edge, or 0
217 * The amount of margin to add to the right edge, or 0
473 // constraint can only apply to the margin bounds and a "bottom"
474 // constraint can only apply to the non-margin bounds.
605 private void applyMargin(INode n, String marginAttribute, int margin) {
606 if (margin > 0) {
607 int dp = mRulesEngine.pxToDp(margin);
610 // Clear out existing margin
    [all...]

Completed in 600 milliseconds

1 2 3 4 5 6 7 891011>>