Searched refs:layoutScale (Results 1 – 2 of 2) sorted by relevance
134 final float layoutScale = Math.max( in testWallpaperSizeWithFixedTransform() local136 attrs.width = (int) (wallpaperWidth * layoutScale + .5f); in testWallpaperSizeWithFixedTransform()137 attrs.height = (int) (wallpaperHeight * layoutScale + .5f); in testWallpaperSizeWithFixedTransform()145 int expectedWidth = (int) (wallpaperWidth * layoutScale + .5f); in testWallpaperSizeWithFixedTransform()
1234 final float layoutScale = Math.max( in updateSurface() local1237 mLayout.width = (int) (myWidth * layoutScale + .5f); in updateSurface()1238 mLayout.height = (int) (myHeight * layoutScale + .5f); in updateSurface()