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
271 int height = mFinalDrawableBounds.height(); in update()
272 int width = mFinalDrawableBounds.width(); in update()
277 sTmpRect.set(mFinalDrawableBounds); in update()
484 mFinalDrawableBounds.set(0, 0, originalWidth, originalHeight); in setIcon()
487 mFinalDrawableBounds.inset(iconOffset - blurMargin, iconOffset - blurMargin); in setIcon()
489 mForeground.setBounds(mFinalDrawableBounds); in setIcon()
490 mBackground.setBounds(mFinalDrawableBounds); in setIcon()
602 sTmpRect.set(mFinalDrawableBounds); in setBackgroundDrawableBounds()
606 sTmpRect.offsetTo((int) (mFinalDrawableBounds.left * scale), sTmpRect.top); in setBackgroundDrawableBounds()
[all …]