Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaControlPanel.java111 private int mAlbumArtSize; field in MediaControlPanel
157 mAlbumArtSize = mContext.getResources().getDimensionPixelSize(R.dimen.qs_media_album_size); in loadDimens()
690 bounds = new Rect(0, 0, mAlbumArtSize, (int) (mAlbumArtSize * aspectRatio));
692 bounds = new Rect(0, 0, (int) (mAlbumArtSize / aspectRatio), mAlbumArtSize);
694 if (bounds.width() > mAlbumArtSize || bounds.height() > mAlbumArtSize) {
695 float offsetX = (bounds.width() - mAlbumArtSize) / 2.0f;
696 float offsetY = (bounds.height() - mAlbumArtSize) / 2.0f;