Searched refs:setWallpaperOffset (Results 1 – 4 of 4) sorted by relevance
198 .setWallpaperOffset(anyInt(), anyInt(), AdditionalMatchers.eq(zoomScale, .01f)); in testWallpaperZoom()231 verify(wallpaperWindow).setWallpaperOffset(anyInt(), anyInt(), eq(1f)); in testWallpaperZoom_shouldNotScaleWallpaper()
507 boolean changed = wallpaperWin.setWallpaperOffset(offsetX, offsetY, totalZoom); in updateWallpaperOffset()
6029 boolean setWallpaperOffset(int dx, int dy, float scale) { in setWallpaperOffset() method in WindowState
29992 PLcom/android/server/wm/WindowState;->setWallpaperOffset(IIF)Z