Searched refs:mWallpaperScale (Results 1 – 2 of 2) sorted by relevance
229 float mWallpaperScale = 1f; field in WindowStateAnimator1067 xOffset, yOffset, mWallpaperScale, recoveringMemory); in setSurfaceBoundariesLocked()1176 mXOffset, mYOffset, mWallpaperScale, recoveringMemory); in prepareSurfaceLocked()1249 if (mXOffset == dx && mYOffset == dy && Float.compare(mWallpaperScale, scale) == 0) { in setWallpaperOffset()1254 mWallpaperScale = scale; in setWallpaperOffset()
206 assertEquals(1f, wallpaperWindow.mWinAnimator.mWallpaperScale, .01f); in testWallpaperZoom_shouldNotScaleWallpaper()