Searched refs:mRawWallpaperSize (Results 1 – 1 of 1) sorted by relevance
113 protected Point mRawWallpaperSize; // Native size of wallpaper image. field in ImagePreviewFragment216 if (mRawWallpaperSize == null) { in setWallpaper()249 if (mRawWallpaperSize == null || mFullResImageView == null in initFullResView()271 Point targetPageBitmapSize = new Point(mRawWallpaperSize); in initFullResView()405 WallpaperCropUtils.calculateVisibleRect(mRawWallpaperSize, crop); in setDefaultWallpaperZoomAndScroll()409 visibleRawWallpaperRect.offsetTo(mRawWallpaperSize.x in setDefaultWallpaperZoomAndScroll()450 cropSurfaceSize, mRawWallpaperSize, visibleFileRect, wallpaperZoom, cropExtraWidth); in calculateCropRect()566 mRawWallpaperSize = dimensions; in surfaceCreated()