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

  /cts/tests/tests/webkit/assets/webkit/
test_imageaccess.html 24 document.title=document.getElementById('img').naturalHeight;
  /packages/apps/Camera2/src/com/android/camera/app/
OrientationManagerImpl.java 279 int naturalWidth, naturalHeight;
282 naturalHeight = displaySize.y;
285 naturalHeight = displaySize.x;
287 return naturalWidth < naturalHeight;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 538 int naturalHeight = mScaler.getNaturalHeight();
549 float targetHeight = nowExpanded ? naturalHeight : mSmallSize;
  /frameworks/base/docs/html/distribute/tools/promote/
device-art.jd 510 var w = g_currentImage.naturalHeight;
543 var aspect1 = g_currentImage.naturalWidth / g_currentImage.naturalHeight;
582 var height = resourceImages['back'].naturalHeight;
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/promote/
device-art.jd 420 var w = g_currentImage.naturalHeight;
445 var aspect1 = g_currentImage.naturalWidth / g_currentImage.naturalHeight;
477 var height = resourceImages['back'].naturalHeight;
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 53 "document.title=document.getElementById('img').naturalHeight;}</script></head>" +
    [all...]
  /packages/apps/Browser2/test/webexposed/
global-interface-listing-expected.txt     [all...]

Completed in 1213 milliseconds