HomeSort by relevance Sort by last modified time
    Searched refs:margin (Results 251 - 275 of 436) sorted by null

<<1112131415161718

  /external/libcups/filter/
pstops.c 2748 double margin = 0; \/* Current margin for border *\/ local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webhtml.go 27 margin: 0px;
30 margin: 0px;
43 margin: 0px;
54 margin-top: 5px;
55 margin-bottom: 5px;
70 margin: 2px;
97 margin-top: 2px;
110 margin-top: 0px;
111 margin-bottom: 0px;
116 margin: 0px
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webhtml.go 27 margin: 0px;
30 margin: 0px;
43 margin: 0px;
54 margin-top: 5px;
55 margin-bottom: 5px;
70 margin: 2px;
97 margin-top: 2px;
110 margin-top: 0px;
111 margin-bottom: 0px;
116 margin: 0px
    [all...]
  /external/speex/libspeex/
nb_celp.c 767 int margin; local
768 margin = SUBMODE(lbr_pitch);
769 if (margin)
771 if (ol_pitch < st->min_pitch+margin-1)
772 ol_pitch=st->min_pitch+margin-1;
773 if (ol_pitch > st->max_pitch-margin)
774 ol_pitch=st->max_pitch-margin;
775 pit_min = ol_pitch-margin+1;
776 pit_max = ol_pitch+margin;
1327 int margin; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 754 final int margin = lp.leftMargin + lp.rightMargin; local
755 final int measuredWidth = child.getMeasuredWidth() + margin;
766 matchWidthLocally ? margin : measuredWidth);
769 matchWidthLocally ? margin : measuredWidth);
891 final int margin = lp.leftMargin + lp.rightMargin; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
inspect.py 380 margin = sys.maxint
385 margin = min(margin, indent)
389 if margin < sys.maxint:
390 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
inspect.py 382 margin = sys.maxint
387 margin = min(margin, indent)
391 if margin < sys.maxint:
392 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 193 int margin = 5*scaleCache[k+1]/scale; local
194 for( i = margin; i < hessian_rows-margin; i++ )
198 for( j = margin; j < hessian_cols-margin; j++ )
  /external/python/cpython2/Lib/
inspect.py 379 margin = sys.maxint
384 margin = min(margin, indent)
388 if margin < sys.maxint:
389 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
TvLauncherStrategy.java 593 final int margin = 30;
616 if (dy > margin) {
620 if (dx > margin) {
624 if (dy < -margin) {
628 if (dx < -margin) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
inspect.py 380 margin = sys.maxint
385 margin = min(margin, indent)
389 if margin < sys.maxint:
390 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
inspect.py 380 margin = sys.maxint
385 margin = min(margin, indent)
389 if margin < sys.maxint:
390 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 380 margin = sys.maxint
385 margin = min(margin, indent)
389 if margin < sys.maxint:
390 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 380 margin = sys.maxint
385 margin = min(margin, indent)
389 if margin < sys.maxint:
390 for i in range(1, len(lines)): lines[i] = lines[i][margin:]
    [all...]
  /frameworks/support/car/src/main/java/androidx/car/widget/
TextListItem.java 243 // Only set start margin because text end is relative to the start of supplemental actions.
274 * <p>Large icon will have no start margin, and always align center vertically.
276 * <p>Small icon will have start margin. When body text is present small icon uses a top
277 * margin otherwise align center vertically.
292 // Start margin.
297 // Set icon top margin so that the icon remains in the same position it
321 // No start margin.
368 * Sets start margin of text view depending on icon type.
419 // Body uses top and bottom margin.
420 int margin = mContext.getResources().getDimensionPixelSize
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 432 const margin = 5 // Lines before first/after last sample.
437 start = fns[0].Info.Lineno - margin
440 start -= margin
445 end += margin
450 nodeStart = lineno - margin
452 nodeEnd := lineno + margin
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
source.go 432 const margin = 5 // Lines before first/after last sample.
437 start = fns[0].Info.Lineno - margin
440 start -= margin
445 end += margin
450 nodeStart = lineno - margin
452 nodeEnd := lineno + margin
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 164 public final void setMarginAbove(int col, int margin) {
165 if (mMargins == null && margin == 0) {
169 mMargins[col * 2] = margin;
172 public final void setMarginBelow(int col, int margin) {
173 if (mMargins == null && margin == 0) {
177 mMargins[col * 2 + 1] = margin;
222 * among all columns, respecting the item margin between columns.
255 * Set the margin between items in pixels. This margin is applied
    [all...]
  /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...]
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 687 final int margin = 2 * mMarginVertical; local
688 final int toolbarHeightWithVerticalMargin = mLineHeight + margin;
709 calculateOverflowHeight(MIN_OVERFLOW_SIZE) + margin;
718 updateOverflowHeight(availableHeightAboveContent - margin);
726 updateOverflowHeight(availableHeightThroughContentDown - margin);
732 updateOverflowHeight(availableHeightBelowContent - margin);
740 updateOverflowHeight(availableHeightThroughContentUp - margin);
747 updateOverflowHeight(mViewPortOnScreen.height() - margin);
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
UserIconDrawable.java 188 public void setBadgeMargin(float margin) {
189 mBadgeMargin = margin;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
Toolbar.java 373 * Sets the title margin.
375 * @param start the starting title margin in pixels
376 * @param top the top title margin in pixels
377 * @param end the ending title margin in pixels
378 * @param bottom the bottom title margin in pixels
395 * @return the starting title margin in pixels
404 * Sets the starting title margin in pixels.
406 * @param margin the starting title margin in pixels
410 public void setTitleMarginStart(int margin) {
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
FastScroller.java 137 int margin) {
149 mMargin = margin;
  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerMultiScanTest.py 72 margin = expected_interval * 0.25 # 25% of the expected_interval
74 delta < margin, "The difference in time between scan %s and "
  /external/vixl/test/aarch32/
test-assembler-aarch32.cc 1480 int32_t margin = test->GetPoolCheckpoint() - masm->GetCursorOffset(); local
2251 const int margin = masm.IsUsingT32() ? 4 : 0; local
2562 int32_t margin = end - masm.GetCursorOffset(); local
3449 int32_t margin = test.GetPoolCheckpoint() - masm.GetCursorOffset(); local
3495 int32_t margin = test.GetPoolCheckpoint() - masm.GetCursorOffset(); local
5322 int32_t margin = test.GetPoolCheckpoint() - masm.GetCursorOffset() - local
5647 int32_t margin = test.GetPoolCheckpoint() - masm.GetCursorOffset(); local
    [all...]

Completed in 881 milliseconds

<<1112131415161718