HomeSort by relevance Sort by last modified time
    Searched full:heights (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/ui/views/infobars/
infobar.h 88 // Finds the new desired arrow and bar heights, and if they differ from the
90 // container our state has changed if either the heights have changed or
103 // The current and target heights of the arrow and bar portions, and half the
infobar.cc 82 // the heights haven't changed, lest it never get an "animation finished"
123 // not large enough to actually change the heights by at least a pixel.
infobar_container.cc 65 // Our |total_height| is the sum of the preferred heights of the InfoBars
84 // line height, because the infobar arrow target heights are without-stroke.
infobar_view.h 126 // The paths for the InfoBarBackground to draw, sized according to the heights
  /external/chromium/chrome/browser/ui/cocoa/
animatable_view.mm 67 // with non-integer intermediate heights. We only ever set integer heights
  /frameworks/base/core/tests/coretests/src/android/view/
ZeroSized.java 25 * This activity contains Views with various widths and heights. The goal is to exercise the
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 69 private static int HEIGHTS[] = new int[] {960, 960, 960, 960, 480, 480, -1, -1};
115 assertEquals(HEIGHTS[i], decoder.getHeight());
118 assertEquals(HEIGHTS[i], -1);
134 assertEquals(HEIGHTS[i], decoder.getHeight());
137 assertEquals(HEIGHTS[i], -1);
151 assertEquals(HEIGHTS[i], decoder1.getHeight());
156 assertEquals(HEIGHTS[i], decoder2.getHeight());
159 assertEquals(HEIGHTS[i], -1);
268 Rect rect = new Rect(0, 0, WIDTHS[0], HEIGHTS[0]);
364 assertEquals("mismatching heights", expected.getHeight()
    [all...]
BitmapFactoryTest.java 68 private static int HEIGHTS[] = new int[] { 960, 480, 240, 240, 480 };
172 assertEquals(HEIGHTS[i], b.getHeight());
299 assertEquals("mismatching heights", height, actual.getHeight());
  /external/webkit/Source/WebCore/css/
CSSBorderImageValue.h 55 int m_verticalSizeRule; // Rule for how to adjust the heights of the left/middle/right
  /frameworks/base/core/res/res/layout/
global_actions_item.xml 17 <!-- RelativeLayouts have an issue enforcing minimum heights, so just
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 832 MIHeightMap &Heights,
840 // Update Heights[DefMI] to be the maximum height seen.
843 tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight));
    [all...]
  /frameworks/base/docs/html/design/style/
devices-displays.jd 16 <p>Stretch and compress your layouts to accommodate various heights and widths.</p>
  /frameworks/base/graphics/java/android/graphics/drawable/
MipmapDrawable.java 47 * only be used if no other mipmap Drawable are provided. The Drawables' intrinsic heights should
77 * the drawable for an {@link android.widget.ImageView}. Assuming that the heights of the provided
80 * height of 32 pixels and the largest drawable will be used for greater heights.
207 * This index is determined by comparing bounds' height and children intrinsic heights.
  /packages/inputmethods/LatinIME/java/res/values-sw600dp-land/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
  /packages/inputmethods/LatinIME/java/res/values-sw768dp-land/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
NormalRecalcControl.java 47 * Handles the normal vector updates when the terrain changes heights.
  /external/webkit/Source/WebCore/rendering/
RenderApplet.cpp 64 // use fixed widths/heights from the style system when we can, since the widget might
  /packages/apps/ContactsCommon/res/values/
dimens.xml 36 Use sp instead of dip so that the shadowbox heights can all scale uniformly
  /packages/inputmethods/LatinIME/java/res/values-land/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
  /packages/inputmethods/LatinIME/java/res/values-sw600dp/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
  /packages/inputmethods/LatinIME/java/res/values-sw768dp/
dimens.xml 23 <!-- This keyboardHeight value should match with keyboard-heights.xml -->
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 37 /** Base height and width of the keyboard used to calculate rows' or keys' heights and
  /packages/apps/DeskClock/res/values/
dimens.xml 163 <!-- sum of scaled heights -->
165 <!-- 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
  /external/jmonkeyengine/engine/src/test/jme3test/terrain/
TerrainTestModifyHeight.java 222 List<Float> heights = new ArrayList<Float>(); local
234 heights.add(h);
239 terrain.adjustHeight(locs, heights);

Completed in 779 milliseconds

1 2 3 4 5