Searched defs:mWallpaperWidth (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java182 int mWallpaperWidth; field in class:Workspace
850 mWallpaperWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
853 mWallpaperWidth = Math.max((int) (minDim * WALLPAPER_SCREENS_SPAN), maxDim);
858 mWallpaperManager.suggestDesiredDimensions(mWallpaperWidth, mWallpaperHeight);
886 int wallpaperTravelWidth = Math.min(mWallpaperTravelWidth, mWallpaperWidth);
889 (mWallpaperWidth - wallpaperTravelWidth) / 2; // center it
890 float offset = offsetInDips / (float) mWallpaperWidth;

Completed in 89 milliseconds