HomeSort by relevance Sort by last modified time
    Searched defs:FILL (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ui/views/layout/
grid_layout.h 22 // columns->AddColumn(FILL, // Views are horizontally resized to fill column.
23 // FILL, // Views starting in this column are vertically
31 // columns->AddColumn(FILL, FILL, 0, USE_PREF, 0, 0);
50 // pixels. Only Views with an Alignment of FILL are given extra space, others
85 // The view is resized to fill the space.
86 FILL,
  /frameworks/base/core/java/android/view/
Gravity.java 74 public static final int FILL = FILL_VERTICAL|FILL_HORIZONTAL;
  /external/chromium_org/chrome/browser/resources/file_manager/js/media/
media_util.js 63 * In percents (0.0 - 1.0), how much area can be cropped to fill an image
65 * The specified 30% value allows to fill 16:9, 3:2 pictures in 4:3 element.
75 FILL: 0, // Fill whole box. Image may be cropped.
77 OVER_FILL: 2, // Fill whole box with possible stretching.
78 AUTO: 3 // Try to fill, but if incompatible aspect ratio, then fit.
127 * @param {ThumbnailLoader.FillMode} fillMode Fill mode.
278 * @param {ThumbnailLoader.FillMode} fillMode Fill mode.
320 * Update the image style to fit/fill the container.
328 * @param {ThumbnailLoader.FillMode} fillMode Fill mode
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 321 column_set->AddColumn(GridLayout::FILL, GridLayout::FILL, 1,
396 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL, 1,
407 GridLayout::FILL, GridLayout::FILL, kTreeViewWidth,
465 column_set->AddColumn(GridLayout::LEADING, GridLayout::FILL, 1,
477 layout->AddView(blocked_label_, 1, 1, GridLayout::FILL, GridLayout::FILL);
485 GridLayout::FILL, GridLayout::FILL, kTreeViewWidth, kTreeViewHeight)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 500 FILL (0),
Paint.java 78 Style.FILL, Style.STROKE, Style.FILL_AND_STROKE
330 * both (in the same color). The default is FILL.
337 FILL (0),
348 * either FILL or STROKE.
766 * @return the paint's style setting (Fill, Stroke, StrokeAndFill)
775 * Fill).
    [all...]
  /bionic/libc/upstream-netbsd/libc/isc/
eventlib_p.h 55 FILL(p); \
62 FILL(p)
66 #define FILL(p) memset((p), 0xF5, sizeof *(p))
68 #define FILL(p)
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js 278 this.fill = function() {
279 this.__log__.push("fill","\n");
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 3289 milliseconds

1 2