Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java245 private final Rect mRunningAppIconBounds = new Rect(); field in BubbleTextView
886 getIconBounds(mRunningAppIconBounds); in drawRunningAppIndicatorIfNecessary()
887 Utilities.scaleRectAboutCenter(mRunningAppIconBounds, ICON_VISIBLE_AREA_FACTOR); in drawRunningAppIndicatorIfNecessary()
889 final int indicatorTop = mRunningAppIconBounds.bottom + mRunningAppIndicatorTopMargin; in drawRunningAppIndicatorIfNecessary()
895 mRunningAppIconBounds.centerX() - indicatorWidth / 2f, in drawRunningAppIndicatorIfNecessary()
897 mRunningAppIconBounds.centerX() + indicatorWidth / 2f, in drawRunningAppIndicatorIfNecessary()