Home | History | Annotate | Download | only in wallpapercropper

Lines Matching refs:defaultWallpaperSize

368         Point defaultWallpaperSize = getDefaultWallpaperSize(getResources(),
402 float maxExtraSpace = defaultWallpaperSize.x / cropScale - cropRect.width();
418 cropRect.bottom = cropRect.top + defaultWallpaperSize.y / cropScale;
421 defaultWallpaperSize.y / cropScale - cropRect.height();