Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DWallpaperManager.java530 RectF cropRectF; in getBuiltInDrawable() local
535 cropRectF = getMaxCropRect(inWidth, inHeight, outWidth, outHeight, in getBuiltInDrawable()
542 cropRectF = new RectF(left, top, right, bottom); in getBuiltInDrawable()
545 cropRectF.roundOut(roundedTrueCrop); in getBuiltInDrawable()