Home
last modified time | relevance | path

Searched refs:ASPECT_RATIO_PORTRAIT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperCropActivity.java219 final float ASPECT_RATIO_PORTRAIT = 10/16f; in wallpaperTravelToScreenWidthRatio() local
230 (ASPECT_RATIO_LANDSCAPE - ASPECT_RATIO_PORTRAIT); in wallpaperTravelToScreenWidthRatio()
231 final float y = WALLPAPER_WIDTH_TO_SCREEN_RATIO_PORTRAIT - x * ASPECT_RATIO_PORTRAIT; in wallpaperTravelToScreenWidthRatio()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java818 final float ASPECT_RATIO_PORTRAIT = 10/16f; in wallpaperTravelToScreenWidthRatio() local
829 (ASPECT_RATIO_LANDSCAPE - ASPECT_RATIO_PORTRAIT); in wallpaperTravelToScreenWidthRatio()
830 final float y = WALLPAPER_WIDTH_TO_SCREEN_RATIO_PORTRAIT - x * ASPECT_RATIO_PORTRAIT; in wallpaperTravelToScreenWidthRatio()