Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseLauncherAppWidgetHostView.java51 private final float mEnforcedCornerRadius; field in BaseLauncherAppWidgetHostView
55 if (mEnforcedRectangle.isEmpty() || mEnforcedCornerRadius <= 0) {
58 outline.setRoundRect(mEnforcedRectangle, mEnforcedCornerRadius);
72 mEnforcedCornerRadius = RoundedCornerEnforcement.computeEnforcedRadius(getContext()); in BaseLauncherAppWidgetHostView()
107 if (mEnforcedCornerRadius <= 0 || !RoundedCornerEnforcement.isRoundedCornerEnabled()) { in enforceRoundedCorners()
127 return mEnforcedCornerRadius; in getEnforcedCornerRadius()
DWidgetCell.java114 private final float mEnforcedCornerRadius; field in WidgetCell
140 mEnforcedCornerRadius = RoundedCornerEnforcement.computeEnforcedRadius(context); in WidgetCell()
398 new FastBitmapDrawable(bitmap), mEnforcedCornerRadius); in applyPreview()