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

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwLegacyQuirksTest.java 165 float innerHeight = Integer.parseInt(
166 executeJavaScriptAndWaitForResult(awContents, contentClient, "innerHeight"));
167 assertEquals(innerHeight * dipScale, outerHeight, 10f);
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 281 const int innerHeight = desc.Height;
282 if (innerWidth <= 0 || innerHeight <= 0) {
300 if (innerHeight > height) {
302 height = innerHeight;
304 } else if (imageTop + innerHeight > height) {
306 imageTop = height - innerHeight;
374 if (innerWidth <= 0 || innerHeight <= 0) {
390 innerWidth < width || innerHeight < height) {
398 innerHeight / sampler.srcDY()));
403 sampler = SkScaledBitmapSampler(innerWidth, innerHeight, this->getSampleSize())
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 281 const int innerHeight = desc.Height;
282 if (innerWidth <= 0 || innerHeight <= 0) {
300 if (innerHeight > height) {
302 height = innerHeight;
304 } else if (imageTop + innerHeight > height) {
306 imageTop = height - innerHeight;
374 if (innerWidth <= 0 || innerHeight <= 0) {
390 innerWidth < width || innerHeight < height) {
398 innerHeight / sampler.srcDY()));
403 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/
LocalDOMWindow.cpp     [all...]
  /prebuilts/sdk/current/support/v7/cardview/libs/
android-support-v7-cardview.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 

Completed in 126 milliseconds