Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java154 private final Rect mFinalDrawableBounds = new Rect(); field in FloatingIconView
267 int height = mFinalDrawableBounds.height(); in update()
268 int width = mFinalDrawableBounds.width(); in update()
273 sTmpRect.set(mFinalDrawableBounds); in update()
476 mFinalDrawableBounds.set(0, 0, originalWidth, originalHeight); in setIcon()
479 mFinalDrawableBounds.inset(iconOffset - blurMargin, iconOffset - blurMargin); in setIcon()
481 mForeground.setBounds(mFinalDrawableBounds); in setIcon()
482 mBackground.setBounds(mFinalDrawableBounds); in setIcon()
591 sTmpRect.set(mFinalDrawableBounds); in setBackgroundDrawableBounds()
595 sTmpRect.offsetTo((int) (mFinalDrawableBounds.left * scale), sTmpRect.top); in setBackgroundDrawableBounds()
[all …]