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

12 3 4 5 6 7 8 9

  /packages/apps/DeskClock/res/values/
dimens.xml 165 <!-- sum of scaled heights -->
167 <!-- sum of fixed heights -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 203 // settings on the table). They can set their heights (though for TableRow, the
214 // Allow resizing heights only
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 789 * Returns the range of supported video heights.
1092 Range<Integer> counts = null, widths = null, heights = null; local
    [all...]
  /external/chromium_org/third_party/skia/gm/
blurrect.cpp 168 const int heights[] = {100, 100, 5, 25, 150, 25}; local
181 int height = heights[i];
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list.js 71 * Whether or not the rows on list have various heights. If true, all the
209 * Whether or not the rows on list have various heights.
823 * Return the heights (in pixels) of the top of the given item index within
827 * @return {{top: number, height: number}} The heights for the given index.
869 var heights = this.getHeightsForIndex_(estimatedIndex);
870 var top = heights.top;
871 var height = heights.height;
883 * Return the number of items that occupy the range of heights between the
    [all...]
  /external/skia/gm/
blurrect.cpp 168 const int heights[] = {100, 100, 5, 25, 150, 25}; local
181 int height = heights[i];
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
AnimationHelper.java 195 // Add heights to the cumulative totals.
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_utils.mm 160 // because of the differing heights between window top and tab top, but this has
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.h 138 // The paths for the InfoBarBackground to draw, sized according to the heights
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 12 var gravity = 0.5; //screen heights per second^2
  /external/chromium_org/ui/gfx/
nine_image_painter.cc 118 // images with the smallest widths/heights. This way there will be no
  /external/chromium_org/ui/views/
painter.h 67 // share widths by column and heights by row. The corners are painted at full
  /external/replicaisland/src/com/replica/replicaisland/
LevelSystem.java 131 // own tile widths and heights. Refactor this crap.
  /frameworks/base/core/java/android/hardware/camera2/utils/
ParamsUtils.java 97 * and height are the same as the rectangle's width and heights.
  /frameworks/base/core/java/android/util/
Size.java 55 * Two sizes are equal if and only if both their widths and heights are
SizeF.java 66 * <p>Two sizes are equal if and only if both their widths and heights are the same.</p>
  /packages/apps/Gallery2/src/com/android/photos/data/
SparseArrayBitmapPool.java 28 * many bitmaps with the same width but many different heights.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTextControlSingleLine.cpp 102 // - Shrink the inner elment heights if the input height is samller than the
103 // intrinsic heights of the inner elements.
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 39 /* scale the widths/heights table */
681 /* copy standard heights */
  /external/freetype/src/pshinter/
pshglob.c 39 /* scale the widths/heights table */
681 /* copy standard heights */
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
pshglob.c 39 /* scale the widths/heights table */
689 /* copy standard heights */
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 189 final int heights[] = new int[] {240, 480}; local
235 heights[whichResolution], framerates[whichFramerate],
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list.js 735 * Return the heights (in pixels) of the top of the given item index within
739 * @return {{top: number, height: number}} The heights for the given index.
783 * Return the number of items that occupy the range of heights between the
797 * first item and heights.
  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_typography.scss 7 for our block level elements and to set the line heights of any fonts.
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftdriver.h 147 /* be set to get vertical advance heights. The */

Completed in 1039 milliseconds

12 3 4 5 6 7 8 9