Home
last modified time | relevance | path

Searched refs:bheight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Music/src/com/android/music/
DMusicUtils.java1280 int bheight = bm.getHeight(); in setBackground() local
1282 float scaley = (float) vheight / bheight; in setBackground()
1299 matrix.setTranslate(-bwidth/2, -bheight/2); // move bitmap center to origin in setBackground()