HomeSort by relevance Sort by last modified time
    Searched defs:innerHeight (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwViewportTest.java 160 float innerHeight = Integer.parseInt(
161 executeJavaScriptAndWaitForResult(awContents, contentClient, "innerHeight"));
162 assertEquals(innerHeight * dipScale, outerHeight, 10f);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 238 const int innerHeight = desc.Height;
239 if (innerWidth <= 0 || innerHeight <= 0) {
257 if (innerHeight > height) {
259 height = innerHeight;
261 } else if (imageTop + innerHeight > height) {
263 imageTop = height - innerHeight;
328 if (innerWidth <= 0 || innerHeight <= 0) {
344 innerWidth < width || innerHeight < height) {
352 innerHeight / sampler.srcDY()));
357 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize())
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 238 const int innerHeight = desc.Height;
239 if (innerWidth <= 0 || innerHeight <= 0) {
257 if (innerHeight > height) {
259 height = innerHeight;
261 } else if (imageTop + innerHeight > height) {
263 imageTop = height - innerHeight;
328 if (innerWidth <= 0 || innerHeight <= 0) {
344 innerWidth < width || innerHeight < height) {
352 innerHeight / sampler.srcDY()));
357 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize())
    [all...]
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 537 final int innerHeight = getInnerHeight(widget);
538 final int bottom = widget.getScrollY() + innerHeight;
550 layout.getLineTop(bottomLine + 1) - innerHeight);
587 final int innerHeight = getInnerHeight(widget);
588 final int bottom = widget.getScrollY() + innerHeight + innerHeight;
592 layout.getLineTop(bottomLine + 1) - innerHeight);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindow.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 2339 milliseconds