HomeSort by relevance Sort by last modified time
    Searched refs:HEIGHT (Results 101 - 125 of 135) sorted by null

1 2 3 45 6

  /packages/apps/Camera2/src/com/android/camera/
Storage.java 58 private static void setImageSize(ContentValues values, int width, int height) {
62 values.put(MediaColumns.HEIGHT, height);
97 int height) {
99 return addImage(resolver, title, date, location, orientation, exif, jpeg, width, height,
106 int height, String mimeType) {
111 jpeg.length, path, width, height, mimeType);
117 String path, int width, int height, String mimeType) {
129 setImageSize(values, width, height);
141 String path, int width, int height, String mimeType)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 64 // width and height should be adjusted according to orientation.
85 int width, int height, long sizeInBytes, double latitude,
94 mHeight = height;
319 MediaStore.Images.ImageColumns.HEIGHT, // 8, int
340 String path, int orientation, int width, int height,
343 path, width, height, sizeInBytes, latitude, longitude);
356 int height = c.getInt(COL_HEIGHT); local
357 if (width <= 0 || height <= 0) {
359 + path + ":" + width + "x" + height);
365 height = opts.outHeight
636 int height = c.getInt(COL_HEIGHT); local
    [all...]
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/js/
plotter.js 49 m.style.height = '0px';
70 m.style.height = HorizontalMarker.HEIGHT + 'px';
77 HorizontalMarker.HEIGHT = 5;
93 - (HorizontalMarker.HEIGHT / 2)) + 'px';
122 this.colorIndicator_.style.height = '1em';
394 ctx.clearRect(0, 0, this.canvasElement_.width, this.canvasElement_.height);
593 r.style.height = h + 'px';
613 c.style.height = this.canvasElement_.offsetHeight + 'px';
658 c.style.height = this.canvasElement_.offsetHeight + 'px'
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 97 PROJECTION[INDEX_HEIGHT] = MediaColumns.HEIGHT;
147 height = cursor.getInt(INDEX_HEIGHT);
169 height = uh.update(height, cursor.getInt(INDEX_HEIGHT));
325 // For example, the width and height of an webp images is always '0'.
343 return height;
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 103 /** Column name for the height of the original image. Integer value. */
104 public static final String HEIGHT = "height";
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java     [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 55 ipt.y -= win_size.height;
58 win_size.height = win_size.height * 2 + 1;
63 max_pt->y = MIN( win_size.height, imgSize.height - ipt.y );
69 return cvAlign(imgSize.width,8) * imgSize.height / 3;
135 levelSize.height = (levelSize.height + 1) >> 1;
138 pyrBytes += tstep * levelSize.height;
141 assert( pyrBytes <= imgSize.width * imgSize.height * elem_size * 4 / 3 )
230 int x, height = src_size.height - 2; local
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 138 virtual int height();
149 virtual void reshape(int width, int height);
151 int width, int height, float scale_factor);
154 virtual void postSubBufferCHROMIUM(int x, int y, int width, int height);
194 WGC3Dsizei height,
203 WGC3Dsizei height,
213 WGC3Dsizei height,
222 WGC3Dsizei height);
346 WGC3Dsizei height,
355 WGC3Dsizei height);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 214 values.put(MediaStore.Images.ImageColumns.HEIGHT, mImageHeight);
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 2637 int width, height; local
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardBuilderFixedOrderTests.java 27 private static final int HEIGHT = 10;
49 params.setParameters(numKeys, columnNum, WIDTH, HEIGHT, coordXInParent, KEYBOARD_WIDTH,
58 params = createParams(fixColumns + 1, fixColumns + 1, HEIGHT);
    [all...]
MoreKeysKeyboardBuilderTests.java 27 private static final int HEIGHT = 10;
49 params.setParameters(numKeys, maxColumns, WIDTH, HEIGHT, coordXInParent, KEYBOARD_WIDTH,
58 params = createParams(maxColumns + 1, maxColumns + 1, HEIGHT);
    [all...]
  /frameworks/base/core/java/android/provider/
ContactsContract.java     [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java 646 } else if (name.equalsIgnoreCase("height")) {
776 map.put(MediaStore.MediaColumns.HEIGHT, mHeight);
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 321 def __init__(self, width=None, height=None,
342 width, height
368 `width` and `height` arguments, or with the single `size`
370 *height*).
503 "size argument should be a pair (width, height)")
508 if height is not None and height != size[1]:
510 "size[1] (%r) and height (%r) should match when both are used."
511 % (size[1], height))
512 width,height = siz
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 334 /* Resize nav height when window height changes */
366 // we set the navbar fixed when the scroll position is beyond the height of the site header...
368 // ... except if the document content is shorter than the sidenav height.
370 if ($("#doc-col").height() < $("#side-nav").height()) {
449 targetRect.height = $target.height();
453 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN
617 /* ######### RESIZE THE SIDENAV HEIGHT ########## */
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 408 /* Resize nav height when window height changes */
440 // we set the navbar fixed when the scroll position is beyond the height of the site header...
442 // ... except if the document content is shorter than the sidenav height.
444 if ($("#doc-col").height() < $("#side-nav").height()) {
523 targetRect.height = $target.height();
527 top: targetRect.top + targetRect.height + TOOLTIP_MARGIN
682 /* ######### RESIZE THE SIDENAV HEIGHT ########## */
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 346 + ' width="64" height="64" alt=""/>');
352 + ' width="64" height="64" alt=""/>');
371 /* Resize nav height when window height changes */
403 // we set the navbar fixed when the scroll position is beyond the height of the site header...
405 // ... except if the document content is shorter than the sidenav height.
407 if ($("#doc-col").height() < $("#side-nav").height()) {
479 targetRect.height = $target.height();
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
antlr-2.7.7.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1168 milliseconds

1 2 3 45 6