Searched defs:hostViewSize (Results 1 – 3 of 3) sorted by relevance
45 val hostViewSize: Point, constant in com.android.wallpaper.picker.preview.shared.model.CropSizeModel
321 public static Rect calculateCropRect(Context context, Point hostViewSize, Point cropSize, in calculateCropRect()341 public static Rect calculateCropRect(Context context, Point hostViewSize, Point cropSize, in calculateCropRect()
444 Point hostViewSize = new Point(cropWidth, cropHeight); in calculateCropRect() local