Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperDataParser.java481 int orientationToPutInLegacyCrop = wallpaper.mOrientationWhenSet; in writeWallpaperAttributes() local
484 .getUnfoldedOrientation(orientationToPutInLegacyCrop); in writeWallpaperAttributes()
486 orientationToPutInLegacyCrop = unfoldedOrientation; in writeWallpaperAttributes()
489 if (pair.first == orientationToPutInLegacyCrop) { in writeWallpaperAttributes()