Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java657 RectF cropRectF; in getBuiltInDrawable() local
662 cropRectF = getMaxCropRect(inWidth, inHeight, outWidth, outHeight, in getBuiltInDrawable()
669 cropRectF = new RectF(left, top, right, bottom); in getBuiltInDrawable()
672 cropRectF.roundOut(roundedTrueCrop); in getBuiltInDrawable()