HomeSort by relevance Sort by last modified time
    Searched refs:originalHeight (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/ui/android/java/src/org/chromium/ui/
UiUtils.java 165 double originalHeight = originalBitmap.getHeight();
168 int newHeight = (int) originalHeight;
170 double scale = maximumDimension / Math.max(originalWidth, originalHeight);
172 newHeight = (int) Math.round(originalHeight * scale);
184 double originalHeight = currentView.getMeasuredHeight();
187 int newHeight = (int) originalHeight;
189 double scale = maximumDimension / Math.max(originalWidth, originalHeight);
191 newHeight = (int) Math.round(originalHeight * scale);
196 (float) (newHeight / originalHeight));
  /development/ndk/platforms/android-17/samples/Teapot/src/com/sample/helper/
NDKHelper.java 127 int originalHeight = getBitmapHeight(bitmap);
129 int height = nextPOT(originalHeight);
130 if (originalWidth != width || originalHeight != height)
  /development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/helper/
NDKHelper.java 127 int originalHeight = getBitmapHeight(bitmap);
129 int height = nextPOT(originalHeight);
130 if (originalWidth != width || originalHeight != height)
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
Tab.java     [all...]
  /external/clang/www/analyzer/scripts/
expandcollapse.js 57 var originalHeight = expandableDiv.offsetHeight;
111 CellsInfo[groupCount][cellCount] = { 'height' : originalHeight,
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 651 int originalHeight = mTextView.getHeight();
653 setMaxHeight(originalHeight + 1);
654 assertEquals(originalHeight, mTextView.getHeight());
656 setMaxHeight(originalHeight - 1);
657 assertEquals(originalHeight - 1, mTextView.getHeight());
663 assertEquals(originalHeight, mTextView.getHeight());
665 setMinHeight(originalHeight + 1);
666 assertEquals(originalHeight + 1, mTextView.getHeight());
668 setMinHeight(originalHeight - 1);
669 assertEquals(originalHeight, mTextView.getHeight())
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
display_options.js 16 * originalHeight: number, deviceScaleFactor: number, scale: number,
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 141 milliseconds