HomeSort by relevance Sort by last modified time
    Searched refs:wallpaperTravelToScreenWidthRatio (Results 1 - 4 of 4) sorted by null

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperUtils.java 103 private static float wallpaperTravelToScreenWidthRatio(int width, int height) {
142 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 181 (int) (largeSide * wallpaperTravelToScreenWidthRatio(largeSide, smallSide)),
346 private static float wallpaperTravelToScreenWidthRatio(int width, int height) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 209 private static float wallpaperTravelToScreenWidthRatio(int width, int height) {
254 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 427 wallpaperTravelToScreenWidthRatio(mDisplaySize.x, mDisplaySize.y));
809 private float wallpaperTravelToScreenWidthRatio(int width, int height) {
    [all...]

Completed in 977 milliseconds