Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java188 float drawableScale = (dp.isLandscape ? mOutline.width() : mOutline.height()) in update() local
190 setBackgroundDrawableBounds(drawableScale, dp.isLandscape); in update()
196 : (int) (((height * drawableScale) - height) / 2); in update()
197 int diffX = dp.isLandscape ? (int) (((width * drawableScale) - width) / 2) in update()