Home
last modified time | relevance | path

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

/packages/apps/Music/src/com/android/music/
DMusicUtils.java947 int nextHeight = sBitmapOptionsCache.outHeight >> 1; in getArtworkQuick() local
948 while (nextWidth>w && nextHeight>h) { in getArtworkQuick()
951 nextHeight >>= 1; in getArtworkQuick()