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.java938 int nextHeight = sBitmapOptionsCache.outHeight >> 1; in getArtworkQuick() local
939 while (nextWidth > w && nextHeight > h) { in getArtworkQuick()
942 nextHeight >>= 1; in getArtworkQuick()