Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperCropper.java600 Point displayForThisOrientation = mWallpaperDisplayHelper in generateCropInternal() local
602 if (displayForThisOrientation == null) continue; in generateCropInternal()
604 crop.width() / displayForThisOrientation.x, in generateCropInternal()
605 crop.height() / displayForThisOrientation.y)); in generateCropInternal()