Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 532cec13 authored by Stevie Kideckel's avatar Stevie Kideckel Committed by Automerger Merge Worker
Browse files

Merge "Remove doc reference to system transitions." into sc-dev am: e1f9d6c9

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13807070

Change-Id: I53841fc4a1b496346d31db95d11b8ef1f320dafe
parents 54980f32 e1f9d6c9
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -4426,8 +4426,7 @@ public class RemoteViews implements Parcelable, Filter {

    /**
     * Sets an OutlineProvider on the view whose corner radius is a dimension calculated using
     * {@link TypedValue#applyDimension(int, float, DisplayMetrics)}. This outline may change shape
     * during system transitions.
     * {@link TypedValue#applyDimension(int, float, DisplayMetrics)}.
     *
     * <p>NOTE: It is recommended to use {@link TypedValue#COMPLEX_UNIT_PX} only for 0.
     * Setting margins in pixels will behave poorly when the RemoteViews object is used on a
@@ -4440,7 +4439,7 @@ public class RemoteViews implements Parcelable, Filter {

    /**
     * Sets an OutlineProvider on the view whose corner radius is a dimension resource with
     * {@code resId}. This outline may change shape during system transitions.
     * {@code resId}.
     */
    public void setViewOutlinePreferredRadiusDimen(@IdRes int viewId, @DimenRes int resId) {
        addAction(new SetViewOutlinePreferredRadiusAction(viewId, resId));