Home
last modified time | relevance | path

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

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