/external/chromium_org/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); 298 Rect rect = new Rect(0, 0, WIDTHS[0], HEIGHTS[0]); 403 assertEquals("mismatching heights", expected.getHeight() [all...] |
/external/chromium_org/content/common/gpu/media/ |
rendering_helper.cc | 583 // heights(widths) of the rows(columns). It scales the elements in 602 // Find the widths and heights of the grid. 604 std::vector<int> heights(rows); 611 heights[i / cols] = std::max(heights[i / cols], window_size.height()); 615 ScaleAndCalculateOffsets(&heights, &offset_y, screen_size_.height()); 623 static_cast<float>(heights[i / cols]) / window_size.height()); 631 size_t y = offset_y[i / cols] + (heights[i / cols] - h) / 2;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderMultiColumnFlowThread.h | 63 // column heights ourselves, though. This process is referred to as column balancing, and then we 75 // enough. In this case we need to increase the column heights. We'll increase them by the lowest 84 // column heights changed in the previous pass, since column height changes may affect break points 145 bool m_needsColumnHeightsRecalculation; // Set when we need to recalculate the column set heights after layout.
|
RenderMultiColumnFlowThread.cpp | 184 // Column heights may change here because of balancing. We may have to do multiple layout 185 // passes, depending on how the contents is fitted to the changed column heights. In most 195 // this, and therefore their column heights may change as well, at least if the multicol
|
/frameworks/base/core/res/res/layout/ |
global_actions_item.xml | 17 <!-- RelativeLayouts have an issue enforcing minimum heights, so just
|
/external/chromium_org/components/infobars/core/ |
infobar.h | 121 // Finds the new desired arrow and bar heights, and if they differ from the 123 // container our state has changed if either the heights have changed or 137 // The current and target heights of the arrow and bar portions, and half the
|
infobar.cc | 121 // the heights haven't changed, lest it never get an "animation finished" 161 // not large enough to actually change the heights by at least a pixel.
|
infobar_container.cc | 62 // Our |total_height| is the sum of the preferred heights of the InfoBars 82 // line height, because the infobar arrow target heights are without-stroke.
|
/external/chromium_org/chrome/tools/tracing/ |
trace.html | 280 var heights = new Array();
293 if (heights[e.id]) {
294 top = heights[e.id];
297 heights[e.id] = max_row;
298 top = heights[e.id];
|
/frameworks/base/docs/html/design/style/ |
devices-displays.jd | 18 <p>Stretch and compress your layouts to accommodate various heights and widths.</p>
|
/packages/inputmethods/LatinIME/java/res/values-sw600dp-land/ |
config.xml | 24 <!-- This config_default_keyboard_height value should match with keyboard-heights.xml -->
|
/packages/inputmethods/LatinIME/java/res/values-sw768dp-land/ |
config.xml | 24 <!-- This config_default_keyboard_height value should match with keyboard-heights.xml -->
|
/external/llvm/lib/CodeGen/ |
MachineTraceMetrics.cpp | 224 // Compute per-resource heights. 263 /// Get an array of processor resource heights for MBB. Indexed by processor [all...] |
/pdk/apps/CameraITS/service/src/com/android/camera2/its/ |
ItsService.java | 731 private void prepareCaptureReader(int[] widths, int[] heights, int formats[], int numSurfaces) { 741 mCaptureReaders[i] = ImageReader.newInstance(widths[i], heights[i], formats[i], 754 int heights[] = new int[1]; 757 heights[0] = sizes[0].getHeight(); 760 int height = heights[0]; 762 prepareCaptureReader(widths, heights, formats, 1); [all...] |
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/ |
ClickFunActivityTest.java | 83 //Verify width and heights
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
avatar_menu_button.cc | 71 // Round rather than truncating, so that for odd heights we select an extra
|
/external/chromium_org/ui/views/controls/ |
single_split_view.h | 40 // and the max of the heights.
|
/packages/inputmethods/LatinIME/java/res/values/ |
config.xml | 28 <!-- This config_default_keyboard_height value should match with keyboard-heights.xml -->
|
/packages/inputmethods/LatinIME/java/res/values-land/ |
config.xml | 26 <!-- This config_default_keyboard_height value should match with keyboard-heights.xml -->
|
/packages/inputmethods/LatinIME/java/res/values-sw600dp/ |
config.xml | 26 <!-- This config_default_keyboard_height value should match with keyboard-heights.xml -->
|
/packages/inputmethods/LatinIME/java/res/values-sw768dp/ |
config.xml | 24 <!-- This config_default_keyboard_height value should match with keyboard-heights.xml -->
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardParams.java | 38 /** Base height and width of the keyboard used to calculate rows' or keys' heights and
|
/external/chromium_org/ui/wm/core/ |
image_grid.h | 177 // Heights and widths of the images displayed by |top_layer_|, 184 // Heights of the tallest images in the top and bottom rows and the widest
|