Searched refs:wallpaperTravelWidth (Results 1 – 1 of 1) sorted by relevance
886 int wallpaperTravelWidth = Math.min(mWallpaperTravelWidth, mWallpaperWidth); in wallpaperOffsetForCurrentScroll() local888 float offsetInDips = wallpaperTravelWidth * scrollProgress + in wallpaperOffsetForCurrentScroll()889 (mWallpaperWidth - wallpaperTravelWidth) / 2; // center it in wallpaperOffsetForCurrentScroll()