Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseLauncherAppWidgetHostView.java72 mEnforcedCornerRadius = RoundedCornerEnforcement.computeEnforcedRadius(getContext()); in BaseLauncherAppWidgetHostView()
107 if (mEnforcedCornerRadius <= 0 || !RoundedCornerEnforcement.isRoundedCornerEnabled()) { in enforceRoundedCorners()
111 View background = RoundedCornerEnforcement.findBackground(this); in enforceRoundedCorners()
113 || RoundedCornerEnforcement.hasAppWidgetOptedOut(this, background)) { in enforceRoundedCorners()
117 RoundedCornerEnforcement.computeRoundedRectangle(this, in enforceRoundedCorners()
DRoundedCornerEnforcement.java40 public class RoundedCornerEnforcement { class
42 private RoundedCornerEnforcement() { in RoundedCornerEnforcement() method in RoundedCornerEnforcement
DPendingItemDragHelper.java67 mEnforcedRoundedCornersForWidget = RoundedCornerEnforcement.computeEnforcedRadius( in PendingItemDragHelper()
139 if (RoundedCornerEnforcement.isRoundedCornerEnabled()) { in startDrag()
DDatabaseWidgetPreviewLoader.java65 float previewCornerRadius = RoundedCornerEnforcement.computeEnforcedRadius(context); in DatabaseWidgetPreviewLoader()
DWidgetCell.java140 mEnforcedCornerRadius = RoundedCornerEnforcement.computeEnforcedRadius(context); in WidgetCell()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java35 import com.android.launcher3.widget.RoundedCornerEnforcement;
174 if (RoundedCornerEnforcement.isRoundedCornerEnabled() in getOutlineRadius()
DFloatingWidgetView.java44 import com.android.launcher3.widget.RoundedCornerEnforcement;
167 mAppWidgetBackgroundView = RoundedCornerEnforcement.findBackground(mAppWidgetView); in init()