Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWallpaperControllerTests.java134 final float layoutScale = Math.max( in testWallpaperSizeWithFixedTransform() local
136 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()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java1234 final float layoutScale = Math.max( in updateSurface() local
1237 mLayout.width = (int) (myWidth * layoutScale + .5f); in updateSurface()
1238 mLayout.height = (int) (myHeight * layoutScale + .5f); in updateSurface()