Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetImageView.java40 private final int mBadgeMargin; field in WidgetImageView
56 mBadgeMargin = context.getResources() in WidgetImageView()
114 (int) (mDstRectF.right + mBadgeMargin - bounds.width()), in updateDstRectF()
115 mBadgeMargin, getWidth() - bounds.width()); in updateDstRectF()
117 (int) (mDstRectF.bottom + mBadgeMargin - bounds.height()), in updateDstRectF()
118 mBadgeMargin, getHeight() - bounds.height()); in updateDstRectF()