Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java196 boolean cropExtraWidth) { in calculateCropRect() argument
213 if (cropExtraWidth) { in calculateCropRect()
323 boolean cropExtraWidth) { in calculateCropRect() argument
328 scrollX, scrollY, cropExtraWidth); in calculateCropRect()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java433 private Rect calculateCropRect(Context context, boolean cropExtraWidth) { in calculateCropRect() argument
450 cropSurfaceSize, mRawWallpaperSize, visibleFileRect, wallpaperZoom, cropExtraWidth); in calculateCropRect()