Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java257 Rect shrunkBounds = new Rect(bounds); in setItemInfo() local
258 Utilities.scaleRectAboutCenter(shrunkBounds, 0.98f); in setItemInfo()
259 adaptiveIcon.setBounds(shrunkBounds); in setItemInfo()