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

  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAppletElement06.js 91 var vheight;
102 vheight = testNode.height;
104 assertEquals("heightLink","306",vheight);
HTMLIFrameElement03.js 92 var vheight;
103 vheight = testNode.height;
105 assertEquals("heightLink","50",vheight);
HTMLImageElement05.js 91 var vheight;
102 vheight = testNode.height;
104 assertEquals("heightLink",47,vheight);
HTMLObjectElement10.js 93 var vheight;
104 vheight = testNode.height;
106 assertEquals("heightLink","60",vheight);
HTMLTableCellElement19.js 92 var vheight;
103 vheight = testNode.height;
105 assertEquals("heightLink","50",vheight);
HTMLTableCellElement20.js 92 var vheight;
103 vheight = testNode.height;
105 assertEquals("heightLink","50",vheight);
object07.js 89 var vheight;
100 vheight = testNode.height;
102 assertEquals("heightLink","60",vheight);
table26.js 89 var vheight;
100 vheight = testNode.height;
102 assertEquals("heightLink","50",vheight);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAppletElement06.js 91 var vheight;
102 vheight = testNode.height;
104 assertEquals("heightLink","306",vheight);
HTMLIFrameElement03.js 92 var vheight;
103 vheight = testNode.height;
105 assertEquals("heightLink","50",vheight);
HTMLImageElement05.js 91 var vheight;
102 vheight = testNode.height;
104 assertEquals("heightLink",47,vheight);
HTMLObjectElement10.js 93 var vheight;
104 vheight = testNode.height;
106 assertEquals("heightLink","60",vheight);
HTMLTableCellElement19.js 92 var vheight;
103 vheight = testNode.height;
105 assertEquals("heightLink","50",vheight);
HTMLTableCellElement20.js 92 var vheight;
103 vheight = testNode.height;
105 assertEquals("heightLink","50",vheight);
object07.js 89 var vheight;
100 vheight = testNode.height;
102 assertEquals("heightLink","60",vheight);
table26.js 89 var vheight;
100 vheight = testNode.height;
102 assertEquals("heightLink","50",vheight);
  /frameworks/base/core/java/android/widget/
ImageView.java 794 int vheight = getHeight() - mPaddingTop - mPaddingBottom; local
797 (dheight < 0 || vheight == dheight);
803 mDrawable.setBounds(0, 0, vwidth, vheight);
824 (int) ((vheight - dheight) * 0.5f + 0.5f));
831 if (dwidth * vheight > vwidth * dheight) {
832 scale = (float) vheight / (float) dheight;
836 dy = (vheight - dheight * scale) * 0.5f;
847 if (dwidth <= vwidth && dheight <= vheight) {
851 (float) vheight / (float) dheight);
855 dy = (int) ((vheight - dheight * scale) * 0.5f + 0.5f)
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 1278 int vheight = v.getHeight(); local
    [all...]

Completed in 274 milliseconds