Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java502 private Point mStretchSize; field in DefaultWallpaperPersister.SetWallpaperTask
528 if (mStretchSize != null) { in setFillSize()
542 mStretchSize = stretchSize; in setStretchSize()
566 if (mStretchSize != null) { in doInBackground()
567 mBitmap = Bitmap.createScaledBitmap(mBitmap, mStretchSize.x, mStretchSize.y, in doInBackground()