Searched refs:wpData (Results 1 – 1 of 1) sorted by relevance
591 final DisplayData wpData = getDisplayDataOrCreate(DEFAULT_DISPLAY); in generateCrop() local601 + ") dim=(" + wpData.mWidth + 'x' + wpData.mHeight + ')'); in generateCrop()640 needScale = cropHint.height() > wpData.mHeight in generateCrop()658 Slog.v(TAG, "dims: w=" + wpData.mWidth + " h=" + wpData.mHeight); in generateCrop()709 int newHeight = (int) (wpData.mHeight / hRatio); in generateCrop()710 int newWidth = (int) (wpData.mWidth / hRatio); in generateCrop()768 Slog.v(TAG, " dims: w=" + wpData.mWidth in generateCrop()769 + " h=" + wpData.mHeight); in generateCrop()3507 wpData.mWidth = parser.getAttributeInt(null, "width"); in parseWallpaperAttributes()3508 wpData.mHeight = parser.getAttributeInt(null, "height"); in parseWallpaperAttributes()[all …]