Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetDragScaleUtils.java59 final float containerAspectRatio = desiredWidgetWidthPx / desiredWidgetHeightPx; in getWidgetDragScalePx() local
63 final float scale = bitmapAspectRatio >= containerAspectRatio ? desiredWidgetWidthPx in getWidgetDragScalePx()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetImageView.java81 final float containerAspectRatio = myWidth / myHeight; in updateDstRectF() local
85 final float scale = bitmapAspectRatio > containerAspectRatio ? myWidth / bitmapWidth in updateDstRectF()