Home | History | Annotate | Download | only in music

Lines Matching refs:vheight

1278         int vheight = v.getHeight();
1282 float scaley = (float) vheight / bheight;
1286 Bitmap bg = Bitmap.createBitmap(vwidth, vheight, config);
1302 matrix.postTranslate(vwidth/2, vheight/2); // Move bitmap center to view center