Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DAsset.java409 int horizontalGutterPx = Math.max(0, (scaledBitmap.getWidth() - measuredWidth) / 2); in doInBackground() local
414 horizontalGutterPx, in doInBackground()
416 scaledBitmap.getWidth() - (2 * horizontalGutterPx), in doInBackground()